-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue-736 bundled dex ServiceTemplate
Signed-off-by: Artem Bortnikov <[email protected]>
- Loading branch information
1 parent
d15f1ae
commit fc1cfae
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
templates/provider/hmc-templates/files/templates/dex-0-19-1.yaml
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,15 @@ | ||
apiVersion: hmc.mirantis.com/v1alpha1 | ||
kind: ServiceTemplate | ||
metadata: | ||
name: dex-0-19-1 | ||
annotations: | ||
helm.sh/resource-policy: keep | ||
spec: | ||
helm: | ||
chartSpec: | ||
chart: dex | ||
version: 0.19.1 | ||
interval: 10m0s | ||
sourceRef: | ||
kind: HelmRepository | ||
name: hmc-templates |
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,6 @@ | ||
dependencies: | ||
- name: dex | ||
repository: https://charts.dexidp.io | ||
version: 0.19.1 | ||
digest: sha256:8b96787ba39f6973b42abfde2ed704596c340bc959d6fc3178f95389dcbbcf93 | ||
generated: "2024-12-18T17:48:15.44816+02:00" |
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,10 @@ | ||
apiVersion: v2 | ||
name: dex | ||
description: A Helm chart to refer the official dex helm chart | ||
type: application | ||
version: 0.19.1 | ||
appVersion: "2.41.1" | ||
dependencies: | ||
- name: dex | ||
version: 0.19.1 | ||
repository: https://charts.dexidp.io |