templates.deployment.argocd.v2.versioning.yaml.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
The newest version!
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: versioning
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: argocd
server: {{ .Values.spec.destination.server }}
project: default
source:
path: ${projectName}-deploy/src/main/resources/apps/versioning
repoURL: {{ .Values.spec.repo }}
targetRevision: {{ .Values.spec.targetRevision }}
{{ if .Values.spec.helm.valueFiles }}
helm:
valueFiles:
{{- range .Values.spec.helm.valueFiles }}
- {{ . }}
{{- end }}
{{ end }}
{{- with .Values.spec.syncPolicy }}
syncPolicy:
{{- toYaml . | nindent 4 }}
{{- end }}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy