30 lines
767 B
YAML
30 lines
767 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: vault
|
|
namespace: argocd
|
|
spec:
|
|
project: dev-tools
|
|
source:
|
|
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/dev-tools.git
|
|
targetRevision: HEAD
|
|
path: charts/vault
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/vault/values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: dev-tools
|
|
syncPolicy: {}
|
|
ignoreDifferences:
|
|
- group: admissionregistration.k8s.io
|
|
kind: MutatingWebhookConfiguration
|
|
name: vault-agent-injector-cfg
|
|
jsonPointers:
|
|
- /webhooks/0/clientConfig/caBundle
|
|
- group: apps
|
|
kind: Deployment
|
|
name: vault-agent-injector
|
|
jsonPointers:
|
|
- /spec/template/metadata/annotations
|