17 lines
420 B
YAML
17 lines
420 B
YAML
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
|