Compare commits
No commits in common. "de5e9b3dc13fa972f454c525863a4886753e4f1a" and "f44e487dd7287397eb68ac5d8620b47e36be276b" have entirely different histories.
de5e9b3dc1
...
f44e487dd7
|
@ -1,14 +0,0 @@
|
|||
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
|
|
@ -1,17 +0,0 @@
|
|||
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