final touch

This commit is contained in:
2026-02-16 15:56:58 +02:00
parent aec600c300
commit b5655b428c
3 changed files with 3 additions and 194 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
metadata:
name: memelord-secret-key
name: {{ .Release.Name }}
spec:
fields:
- fieldName: secret-key
@@ -12,7 +12,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: memelord
name: {{ .Release.Name }}
spec:
replicas: 3
selector: