forked from kapicorp/reclass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request salt-formulas#36 from ramaro/target_secrets
Target secrets support
- Loading branch information
Showing
7 changed files
with
169 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,8 @@ parameters: | |
|
||
secrets: | ||
recipients: | ||
- dummy@recipient | ||
- name: [email protected] | ||
fingerprint: D9234C61F58BEB3ED8552A57E28DC07A3CBFAE7C | ||
namespace: ${target_name} | ||
|
||
elasticsearch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,8 @@ parameters: | |
- docs/mysql/README.md | ||
secrets: | ||
recipients: | ||
- [email protected] | ||
- name: [email protected] | ||
fingerprint: D9234C61F58BEB3ED8552A57E28DC07A3CBFAE7C | ||
namespace: ${target_name} | ||
|
||
mysql: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
|
||
PROJECT_NAME = 'kapitan' | ||
VERSION = '0.12.0' | ||
DESCRIPTION = 'Kapitan is a tool to manage kubernetes configuration using jsonnet templates' | ||
DESCRIPTION = ('Generic templated configuration management for Kubernetes,' | ||
'Terraform and other things') | ||
AUTHOR = 'Ricardo Amaro' | ||
AUTHOR_EMAIL = '[email protected]' | ||
LICENCE = 'Apache License 2.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters