Merge pull request #1012 from 3dwardch3ng/misc

disable adguard-home, plex
This commit is contained in:
2024-09-25 21:40:38 +10:00
committed by GitHub
4 changed files with 69 additions and 69 deletions

View File

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