Merge commit 'fe564d72279f4ab061b961dd528623f0ed272667' as 'cluster-config'
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
|
||||
helmCharts:
|
||||
- name: argocd-app-of-app
|
||||
version: 0.4.1
|
||||
repo: https://gnunn-gitops.github.io/helm-charts
|
||||
valuesFile: values.yaml
|
||||
namespace: openshift-gitops
|
||||
41
cluster-config/bootstrap/components/sno/values.yaml
Normal file
41
cluster-config/bootstrap/components/sno/values.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
default:
|
||||
app:
|
||||
enabled: true
|
||||
enableAutoSync: true
|
||||
autoSyncPrune: false
|
||||
project: cluster-config
|
||||
labels:
|
||||
app-source: local.hub
|
||||
repo: cluster-config
|
||||
destination:
|
||||
namespace: openshift-gitops
|
||||
server: https://kubernetes.default.svc
|
||||
source:
|
||||
repoURL: https://github.com/gnunn-gitops/cluster-config.git
|
||||
targetRevision: HEAD
|
||||
|
||||
applications:
|
||||
|
||||
registry:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: '5'
|
||||
destination:
|
||||
namespace: openshift-image-registry
|
||||
source:
|
||||
path: components/registry-sno/base
|
||||
|
||||
defrag-etcd:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: '99'
|
||||
destination:
|
||||
namespace: openshift-etcd
|
||||
source:
|
||||
path: components/defrag-etcd/base
|
||||
|
||||
cleanup-completed-pods:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: '99'
|
||||
destination:
|
||||
namespace: clean-completed-pods
|
||||
source:
|
||||
path: components/clean-completed-pods/base
|
||||
Reference in New Issue
Block a user