37 lines
882 B
YAML
37 lines
882 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: gitea
|
|
namespace: argocd
|
|
labels:
|
|
env: dev-tools
|
|
spec:
|
|
project: dev-tools
|
|
source:
|
|
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/dev-tools.git'
|
|
targetRevision: HEAD
|
|
path: charts/helm-gitea
|
|
helm:
|
|
valueFiles:
|
|
- ../../manifests/gitea/values.yaml
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: dev-tools
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- PrunePropagationPolicy=foreground
|
|
- RespectIgnoreDifferences=true
|
|
ignoreDifferences:
|
|
- group: ""
|
|
kind: PersistentVolumeClaim
|
|
jsonPointers:
|
|
- /status
|
|
- /spec/volumeName
|
|
- /spec/storageClassName
|
|
- /metadata/labels
|
|
- /metadata/annotations
|