chore(argocd): add cluster auth (token valid 180 days)
This commit is contained in:
parent
5025e08a6f
commit
a09f531411
2 changed files with 41 additions and 0 deletions
14
bootstrap/argo-cd/secret-generator.yaml
Normal file
14
bootstrap/argo-cd/secret-generator.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: viaduct.ai/v1
|
||||
kind: ksops
|
||||
metadata:
|
||||
# Specify a name
|
||||
name: cluster-secret-generator
|
||||
annotations:
|
||||
config.kubernetes.io/function: |
|
||||
exec:
|
||||
# if the binary is in your PATH, you can do
|
||||
path: ksops
|
||||
# otherwise, path should be relative to manifest files, like
|
||||
# path: ../../../ksops
|
||||
files:
|
||||
- ./cluster.k8s-home.enc.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue