initial acm config
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cluster-config-bootstrap
|
||||
namespace: openshift-gitops
|
||||
labels:
|
||||
gitops.ownedBy: cluster-config
|
||||
spec:
|
||||
destination:
|
||||
namespace: openshift-gitops
|
||||
server: https://kubernetes.default.svc
|
||||
project: bootstrap
|
||||
source:
|
||||
path: bootstrap/overlays/{{ fromClusterClaim "gitops" }}
|
||||
repoURL: https://github.com/gnunn-gitops/cluster-config-pins.git
|
||||
targetRevision: 'HEAD'
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: false
|
||||
ignoreDifferences:
|
||||
- group: argoproj.io
|
||||
kind: Application
|
||||
managedFieldsManagers:
|
||||
- argocd-server
|
||||
jsonPointers:
|
||||
- /spec/syncPolicy/automated
|
||||
@@ -0,0 +1,16 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
name: bootstrap
|
||||
namespace: openshift-gitops
|
||||
spec:
|
||||
clusterResourceWhitelist:
|
||||
- group: '*'
|
||||
kind: '*'
|
||||
description: Project for bootstrap cluster app
|
||||
destinations:
|
||||
- namespace: '*'
|
||||
server: https://kubernetes.default.svc
|
||||
sourceRepos:
|
||||
- https://github.com/gnunn-gitops/cluster-config
|
||||
- https://github.com/gnunn-gitops/cluster-config-pins
|
||||
@@ -0,0 +1,3 @@
|
||||
resources:
|
||||
- bootstrap-appproject.yaml
|
||||
- bootstrap-app.yaml
|
||||
Reference in New Issue
Block a user