default: project: app: enableAutoSync: null autoSyncPrune: true destination: namespace: null server: null project: null source: path: null repoURL: null targetRevision: HEAD annotations: {} labels: {} projects: cluster-config: annotations: project: cluster-config labels: project: cluster-config description: Project for overall cluster configuration namespace: openshift-gitops sourceRepos: - https://git.phoenix-systems.ch/redkvant/red.kvant destinations: | - namespace: '*' server: https://kubernetes.default.svc extraFields: | clusterResourceWhitelist: - group: '*' kind: '*' monitoring: annotations: project: monitoring labels: project: monitoring description: Project for overall cluster configuration namespace: kvant-monitoring sourceRepos: - https://nexus-rkvn.cicd.phoenix-systems.ch/repository/helm-hosted - https://nexus-rkvn.cicd.phoenix-systems.ch/repository/helm-hosted/loki-6.12.0.tgz - https://nexus-rkvn.cicd.phoenix-systems.ch/repository/helm-hosted/grafana-8.5.1.tgz destinations: | - namespace: '*' server: https://kubernetes.default.svc extraFields: | clusterResourceWhitelist: - group: '*' kind: '*' applications: config-authentication: enabled: true project: cluster-config enableAutoSync: true autoSyncPrune: true annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous argocd.argoproj.io/sync-wave: '1' labels: {} destination: namespace: openshift-config server: "https://kubernetes.default.svc" source: path: manifests/base/openshift-auth targetRevision: HEAD repoURL: https://git.phoenix-systems.ch/redkvant/red.kvant config-rbac-argocd: enabled: true project: cluster-config enableAutoSync: true autoSyncPrune: true annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous argocd.argoproj.io/sync-wave: '1' labels: {} destination: server: "https://kubernetes.default.svc" namespace: openshift-gitops source: path: manifests/base/openshift-rbac/argocd targetRevision: HEAD repoURL: https://git.phoenix-systems.ch/redkvant/red.kvant config-rbac-monitoring: enabled: true project: cluster-config enableAutoSync: true autoSyncPrune: true annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous argocd.argoproj.io/sync-wave: '1' labels: {} destination: server: "https://kubernetes.default.svc" namespace: kvant-monitoring source: path: manifests/base/openshift-rbac/monitoring targetRevision: HEAD repoURL: https://git.phoenix-systems.ch/redkvant/red.kvant kvant-loki: enabled: true project: monitoring source: chart: loki repoURL: 'https://nexus-rkvn.cicd.phoenix-systems.ch/repository/helm-hosted' targetRevision: '6.12.0' # values: | # loki: # foo: 'bar' destination: namespace: kvant-monitoring server: 'https://kubernetes.default.svc' syncOptions: - CreateNamespace=true kvant-grafana: enabled: true project: monitoring source: chart: grafana repoURL: 'https://nexus-rkvn.cicd.phoenix-systems.ch/repository/helm-hosted' targetRevision: '8.5.1' values: | global: admin: ## Name of the secret. Can be templated. existingSecret: "kvant-grafana-admin" userKey: admin-user passwordKey: admin-password destination: namespace: kvant-monitoring server: 'https://kubernetes.default.svc' syncOptions: - CreateNamespace=true monitoring: enabled: true project: monitoring enableAutoSync: true autoSyncPrune: true annotations: argocd.argoproj.io/compare-options: IgnoreExtraneous argocd.argoproj.io/sync-wave: '4' labels: {} destination: server: "https://kubernetes.default.svc" namespace: kvant-monitoring source: path: manifests/base/openshift-monitoring targetRevision: HEAD repoURL: https://git.phoenix-systems.ch/redkvant/red.kvant