1
0
Fork 0

Compare commits

...

2 Commits

5 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ KUSTOMIZEFLAGS = --enable-alpha-plugins
KUBECTL = kubectl
KUBECTLFLAGS =
KUBECTLDIFFFLAGS =
KUBECTLAPPLYFLAGS = --prune
KUBECTLAPPLYFLAGS = --server-side=true --force-conflicts --prune
SRC := $(shell find kustomize/ -type f)
OUTDIR = build

View File

@ -6,7 +6,7 @@ commonLabels:
app.kubernetes.io/name: grafana-agent
app.kubernetes.io/part-of: monitoring
patchesJson6902:
patches:
- target:
version: v1
kind: StatefulSet

View File

@ -7,8 +7,8 @@ resources:
commonLabels:
app.kubernetes.io/name: nextcloud
patchesStrategicMerge:
- |-
patches:
- patch: |-
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
@ -24,7 +24,7 @@ patchesStrategicMerge:
- secretKey: password
remoteRef:
key: /k3s/prod/nextcloud/postgres/password
- |-
- patch: |-
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:

View File

@ -1,5 +1,5 @@
resources:
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/release-0.50/bundle.yaml
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.63.0/bundle.yaml
namespace: kube-system

View File

@ -63,7 +63,7 @@ secretGenerator:
commonLabels:
app.kubernetes.io/managed-by: kustomize
patchesJson6902:
patches:
- target:
version: v1
kind: Deployment