apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: eshoponweb namespace: openshift-gitops spec: destination: name: '' server: 'https://kubernetes.default.svc' source: path: infrastructure repoURL: 'https://github.com/eShopOnWeb-OpenShift/gitops.git' targetRevision: main helm: parameters: - name: masterKey value: my-secret-value - name: openshiftDnsZone value: apps.ocp.tld - name: githubClientId value: redacted - name: githubClientSecret value: redacted - name: slackBotToken value: redacted - name: slackAppToken value: redacted project: default syncPolicy: automated: prune: true selfHeal: false ignoreDifferences: - jqPathExpressions: - .spec.template.spec.containers[].image group: apps.openshift.io kind: DeploymentConfig - jqPathExpressions: - .spec.tags[].generation group: image.openshift.io kind: ImageStream