You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
949 B
37 lines
949 B
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: mad-roadshow-france-2023
|
|
namespace: openshift-gitops
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
server: 'https://kubernetes.default.svc'
|
|
source:
|
|
path: infrastructure
|
|
repoURL: 'https://github.com/MAD-Roadshow-France-2023/gitops.git'
|
|
targetRevision: main
|
|
helm:
|
|
parameters:
|
|
- name: masterKey
|
|
value: my-secret-value
|
|
- name: openshift-dns-zone
|
|
value: apps.ocp.tld
|
|
- name: github-client-id
|
|
value: redacted
|
|
- name: github-client-secret
|
|
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
|
|
|