-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
salt: Add deployment files to salt tree
This commit adds the dex deployment sls files to the salt-tree
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# State to manage dex | ||
# | ||
# Available states | ||
# ================ | ||
# | ||
# * namespace -> creates a namespace metalk8s-auth | ||
# * dex-tls-secret -> creates dex certificates stored as k8s secret | ||
# * chart -> charts used to deploy dex | ||
# * dex-conf -> contains dex required configurations | ||
|
||
include: | ||
- .namespace | ||
- .dex-tls-secret | ||
- .dex-conf | ||
- .dex-service | ||
- .chart |
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