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 KUBECTL = kubectl
KUBECTLFLAGS = KUBECTLFLAGS =
KUBECTLDIFFFLAGS = KUBECTLDIFFFLAGS =
KUBECTLAPPLYFLAGS = --prune KUBECTLAPPLYFLAGS = --server-side=true --force-conflicts --prune
SRC := $(shell find kustomize/ -type f) SRC := $(shell find kustomize/ -type f)
OUTDIR = build OUTDIR = build

View File

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

View File

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

View File

@ -1,5 +1,5 @@
resources: 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 namespace: kube-system

View File

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