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.
28 lines
656 B
28 lines
656 B
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: rhacs
|
|
namespace: openshift-gitops
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/nmasse-itix/rhacs-gitops.git
|
|
targetRevision: main
|
|
path: charts/rhacs
|
|
helm:
|
|
parameters:
|
|
- name: masterKey
|
|
value: "S3cr3t!"
|
|
- name: openshiftDnsZone
|
|
value: apps.ocp.tld
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=false
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|
|
managedNamespaceMetadata:
|
|
labels:
|
|
argocd.argoproj.io/managed-by: openshift-gitops
|
|
|