apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: backstage-ai-demo namespace: openshift-gitops spec: destination: namespace: backstage-ai-demo server: 'https://kubernetes.default.svc' project: default source: chart: backstage-ai-demo targetRevision: 0.1.0 repoURL: 'https://github.com/pfeifferj/backstage-ai-demo' helm: releaseName: backstage-ai-demo valueFiles: - helm/values.yaml syncPolicy: automated: selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: v1 kind: Secret metadata: name: repo-secret namespace: openshift-gitops labels: argocd.argoproj.io/secret-type: repository type: Opaque stringData: name: backstage-ai-demo type: helm url: https://github.com/pfeifferj/backstage-ai-demo password: YOUR_ACCESS_TOKEN