Comment extra resources
This commit is contained in:
parent
bf647e3834
commit
e65b23a0de
@ -1,20 +1,20 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: my-apps-extra-resources
|
# name: my-apps-extra-resources
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
spec:
|
# spec:
|
||||||
project: my-apps
|
# project: my-apps
|
||||||
source:
|
# source:
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
|
# repoURL: https://git.dvirlabs.com/dvirlabs/my-apps.git
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
path: manifests/extra-resources
|
# path: manifests/extra-resources
|
||||||
directory:
|
# directory:
|
||||||
recurse: true
|
# recurse: true
|
||||||
destination:
|
# destination:
|
||||||
server: https://kubernetes.default.svc
|
# server: https://kubernetes.default.svc
|
||||||
namespace: my-apps
|
# namespace: my-apps
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated: {}
|
# automated: {}
|
||||||
# prune: true
|
# # prune: true
|
||||||
# selfHeal: true
|
# # selfHeal: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user