temp disable infra and app deployments
This commit is contained in:
@@ -1,69 +1,69 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
#apiVersion: argoproj.io/v1alpha1
|
||||||
kind: ApplicationSet
|
#kind: ApplicationSet
|
||||||
metadata:
|
#metadata:
|
||||||
annotations:
|
# annotations:
|
||||||
argocd.argoproj.io/sync-wave: "4"
|
# argocd.argoproj.io/sync-wave: "4"
|
||||||
creationTimestamp: null
|
# creationTimestamp: null
|
||||||
name: applications
|
# name: applications
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
spec:
|
#spec:
|
||||||
generators:
|
# generators:
|
||||||
- git:
|
# - git:
|
||||||
files:
|
# files:
|
||||||
- path: apps/**/k3s-cluster/config.json
|
# - path: apps/**/k3s-cluster/config.json
|
||||||
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
# repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
||||||
requeueAfterSeconds: 20
|
# requeueAfterSeconds: 20
|
||||||
revision: ""
|
# revision: ""
|
||||||
template:
|
# template:
|
||||||
metadata: {}
|
# metadata: {}
|
||||||
spec:
|
# spec:
|
||||||
destination: {}
|
# destination: {}
|
||||||
project: ""
|
# project: ""
|
||||||
source:
|
# source:
|
||||||
repoURL: ""
|
# repoURL: ""
|
||||||
- git:
|
# - git:
|
||||||
files:
|
# files:
|
||||||
- path: apps/**/k3s-cluster/config_dir.json
|
# - path: apps/**/k3s-cluster/config_dir.json
|
||||||
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
# repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
||||||
requeueAfterSeconds: 20
|
# requeueAfterSeconds: 20
|
||||||
revision: ""
|
# revision: ""
|
||||||
template:
|
# template:
|
||||||
metadata: {}
|
# metadata: {}
|
||||||
spec:
|
# spec:
|
||||||
destination: {}
|
# destination: {}
|
||||||
project: ""
|
# project: ""
|
||||||
source:
|
# source:
|
||||||
directory:
|
# directory:
|
||||||
exclude: '{{ exclude }}'
|
# exclude: '{{ exclude }}'
|
||||||
include: '{{ include }}'
|
# include: '{{ include }}'
|
||||||
jsonnet: {}
|
# jsonnet: {}
|
||||||
recurse: true
|
# recurse: true
|
||||||
repoURL: ""
|
# repoURL: ""
|
||||||
syncPolicy: {}
|
# syncPolicy: {}
|
||||||
template:
|
# template:
|
||||||
metadata:
|
# metadata:
|
||||||
labels:
|
# labels:
|
||||||
app.kubernetes.io/managed-by: argocd
|
# app.kubernetes.io/managed-by: argocd
|
||||||
app.kubernetes.io/name: '{{ appName }}'
|
# app.kubernetes.io/name: '{{ appName }}'
|
||||||
name: '{{ userGivenName }}'
|
# name: '{{ userGivenName }}'
|
||||||
namespace: '{{ namespace }}'
|
# namespace: '{{ namespace }}'
|
||||||
spec:
|
# spec:
|
||||||
destination:
|
# destination:
|
||||||
namespace: '{{ destNamespace }}'
|
# namespace: '{{ destNamespace }}'
|
||||||
server: '{{ destServer }}'
|
# server: '{{ destServer }}'
|
||||||
ignoreDifferences:
|
# ignoreDifferences:
|
||||||
- group: argoproj.io
|
# - group: argoproj.io
|
||||||
jsonPointers:
|
# jsonPointers:
|
||||||
- /status
|
# - /status
|
||||||
kind: Application
|
# kind: Application
|
||||||
project: k3s-cluster
|
# project: k3s-cluster
|
||||||
source:
|
# source:
|
||||||
path: '{{ srcPath }}'
|
# path: '{{ srcPath }}'
|
||||||
repoURL: '{{ srcRepoURL }}'
|
# repoURL: '{{ srcRepoURL }}'
|
||||||
targetRevision: '{{ srcTargetRevision }}'
|
# targetRevision: '{{ srcTargetRevision }}'
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
allowEmpty: true
|
# allowEmpty: true
|
||||||
prune: true
|
# prune: true
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
status: {}
|
#status: {}
|
||||||
@@ -1,69 +1,69 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
#apiVersion: argoproj.io/v1alpha1
|
||||||
kind: ApplicationSet
|
#kind: ApplicationSet
|
||||||
metadata:
|
#metadata:
|
||||||
annotations:
|
# annotations:
|
||||||
argocd.argoproj.io/sync-wave: "3"
|
# argocd.argoproj.io/sync-wave: "3"
|
||||||
creationTimestamp: null
|
# creationTimestamp: null
|
||||||
name: infrastructures
|
# name: infrastructures
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
spec:
|
#spec:
|
||||||
generators:
|
# generators:
|
||||||
- git:
|
# - git:
|
||||||
files:
|
# files:
|
||||||
- path: infrastructures/**/k3s-cluster/config.json
|
# - path: infrastructures/**/k3s-cluster/config.json
|
||||||
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
# repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
||||||
requeueAfterSeconds: 20
|
# requeueAfterSeconds: 20
|
||||||
revision: ""
|
# revision: ""
|
||||||
template:
|
# template:
|
||||||
metadata: {}
|
# metadata: {}
|
||||||
spec:
|
# spec:
|
||||||
destination: {}
|
# destination: {}
|
||||||
project: ""
|
# project: ""
|
||||||
source:
|
# source:
|
||||||
repoURL: ""
|
# repoURL: ""
|
||||||
- git:
|
# - git:
|
||||||
files:
|
# files:
|
||||||
- path: infrastructures/**/k3s-cluster/config_dir.json
|
# - path: infrastructures/**/k3s-cluster/config_dir.json
|
||||||
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
# repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
||||||
requeueAfterSeconds: 20
|
# requeueAfterSeconds: 20
|
||||||
revision: ""
|
# revision: ""
|
||||||
template:
|
# template:
|
||||||
metadata: {}
|
# metadata: {}
|
||||||
spec:
|
# spec:
|
||||||
destination: {}
|
# destination: {}
|
||||||
project: ""
|
# project: ""
|
||||||
source:
|
# source:
|
||||||
directory:
|
# directory:
|
||||||
exclude: '{{ exclude }}'
|
# exclude: '{{ exclude }}'
|
||||||
include: '{{ include }}'
|
# include: '{{ include }}'
|
||||||
jsonnet: {}
|
# jsonnet: {}
|
||||||
recurse: true
|
# recurse: true
|
||||||
repoURL: ""
|
# repoURL: ""
|
||||||
syncPolicy: {}
|
# syncPolicy: {}
|
||||||
template:
|
# template:
|
||||||
metadata:
|
# metadata:
|
||||||
labels:
|
# labels:
|
||||||
app.kubernetes.io/managed-by: argocd
|
# app.kubernetes.io/managed-by: argocd
|
||||||
app.kubernetes.io/name: '{{ appName }}'
|
# app.kubernetes.io/name: '{{ appName }}'
|
||||||
name: '{{ userGivenName }}'
|
# name: '{{ userGivenName }}'
|
||||||
namespace: '{{ namespace }}'
|
# namespace: '{{ namespace }}'
|
||||||
spec:
|
# spec:
|
||||||
destination:
|
# destination:
|
||||||
namespace: '{{ destNamespace }}'
|
# namespace: '{{ destNamespace }}'
|
||||||
server: '{{ destServer }}'
|
# server: '{{ destServer }}'
|
||||||
ignoreDifferences:
|
# ignoreDifferences:
|
||||||
- group: argoproj.io
|
# - group: argoproj.io
|
||||||
jsonPointers:
|
# jsonPointers:
|
||||||
- /status
|
# - /status
|
||||||
kind: Application
|
# kind: Application
|
||||||
project: k3s-cluster
|
# project: k3s-cluster
|
||||||
source:
|
# source:
|
||||||
path: '{{ srcPath }}'
|
# path: '{{ srcPath }}'
|
||||||
repoURL: '{{ srcRepoURL }}'
|
# repoURL: '{{ srcRepoURL }}'
|
||||||
targetRevision: '{{ srcTargetRevision }}'
|
# targetRevision: '{{ srcTargetRevision }}'
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated:
|
# automated:
|
||||||
allowEmpty: true
|
# allowEmpty: true
|
||||||
prune: true
|
# prune: true
|
||||||
selfHeal: true
|
# selfHeal: true
|
||||||
status: {}
|
#status: {}
|
||||||
Reference in New Issue
Block a user