Compare commits
2 Commits
f44e487dd7
...
de5e9b3dc1
Author | SHA1 | Date |
---|---|---|
Martyn | de5e9b3dc1 | |
Martyn | 2496985d2c |
|
@ -0,0 +1,14 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: 1password
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: 1password
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
chart: connect
|
||||
repoURL: https://1password.github.io/connect-helm-charts/
|
||||
targetRevision: 1.14.0
|
|
@ -0,0 +1,17 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: secrets-store-csi-driver
|
||||
namespace: argocd
|
||||
spec:
|
||||
destination:
|
||||
namespace: kube-system
|
||||
server: https://kubernetes.default.svc
|
||||
project: infra
|
||||
source:
|
||||
chart: secrets-store-csi-driver
|
||||
repoURL: https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
|
||||
targetRevision: 1.3.4
|
||||
syncPolicy:
|
||||
automated:
|
||||
selfHeal: true
|
Loading…
Reference in New Issue