Files
kube/argocd/applications/harbor-operator.yaml

69 lines
1.8 KiB
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: harbor-operator
namespace: argocd
spec:
project: k-space.ee
source:
# also depends on git@git.k-space.ee:secretspace/kube.git
repoURL: git@git.k-space.ee:k-space/kube.git
targetRevision: HEAD
path: harbor-operator
destination:
server: 'https://kubernetes.default.svc'
namespace: harbor-operator
ignoreDifferences:
- group: ""
kind: Secret
namespace: harbor-operator
name: harbor-core
jsonPointers:
- /data
- group: ""
kind: Secret
namespace: harbor-operator
name: harbor-jobservice
jsonPointers:
- /data
- group: ""
kind: Secret
namespace: harbor-operator
name: harbor-registry
jsonPointers:
- /data
- group: ""
kind: Secret
namespace: harbor-operator
name: harbor-registry-htpasswd
jsonPointers:
- /data
- group: apps
kind: Deployment
namespace: harbor-operator
name: harbor-core
jsonPointers:
- /spec/template/metadata/annotations/checksum~1secret
- /spec/template/metadata/annotations/checksum~1secret-jobservice
- group: apps
kind: Deployment
namespace: harbor-operator
name: harbor-jobservice
jsonPointers:
- /spec/template/metadata/annotations/checksum~1secret
- /spec/template/metadata/annotations/checksum~1secret-core
- group: apps
kind: Deployment
namespace: harbor-operator
name: harbor-registry
jsonPointers:
- /spec/template/metadata/annotations/checksum~1secret
- /spec/template/metadata/annotations/checksum~1secret-core
- /spec/template/metadata/annotations/checksum~1secret-jobservice
syncPolicy:
automated:
prune: true
syncOptions:
- CreateNamespace=true