Comment oidc-bootstraps-infra app
This commit is contained in:
parent
08bb832edd
commit
33fa72dfbf
@ -1,20 +1,20 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: oidc-bootstrap-infra
|
# name: oidc-bootstrap-infra
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
spec:
|
# spec:
|
||||||
project: infra
|
# project: infra
|
||||||
source:
|
# source:
|
||||||
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git
|
# repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
path: manifests/oidc-bootstrap/minio
|
# path: manifests/oidc-bootstrap/minio
|
||||||
directory:
|
# directory:
|
||||||
recurse: true
|
# recurse: true
|
||||||
destination:
|
# destination:
|
||||||
server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
namespace: infra
|
# namespace: infra
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
- ApplyOutOfSyncOnly=true
|
# - ApplyOutOfSyncOnly=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user