this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: vendor Dex chart and images

+13 -1
+13 -1
settings.yaml
··· 2 2 secret/khuedoan/notes/password: 3 3 VALUE: 4 4 type: random 5 - length: 32 # optional, default 32 5 + length: 32 # optional, default 32 6 6 secret/git/deploy: 7 7 admin: 8 8 type: ssh ··· 21 21 type: random 22 22 secret: 23 23 type: random 24 + vendors: 25 + vendor/charts/dex: 26 + kind: chart 27 + repo_url: https://charts.dexidp.io 28 + chart: dex 29 + versions: 30 + - 0.23.0 31 + vendor/images/dexidp/dex: 32 + kind: image 33 + source: ghcr.io/dexidp/dex 34 + versions: 35 + - v2.43.1