mysql: Fix secret

This commit is contained in:
Florian RICHER 2025-03-27 14:48:35 +01:00
parent ecd8ed6cc4
commit 13c2319fb3
3 changed files with 2 additions and 6 deletions

View file

@ -31,4 +31,5 @@ configMapGenerator:
secretGenerator:
- name: mysql-secret
env: mysql-secret.properties
literals:
- mysql-root-password=root

View file

@ -1,3 +0,0 @@
# Encoded base64 string required by kubernetes
# echo -n '<wanted_value>' | base64
mysql-root-password="cm9vdA=="

View file

@ -2,8 +2,6 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: phpmyadmin-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx
rules: