mysql: Fix secret
This commit is contained in:
parent
ecd8ed6cc4
commit
13c2319fb3
3 changed files with 2 additions and 6 deletions
|
@ -31,4 +31,5 @@ configMapGenerator:
|
||||||
|
|
||||||
secretGenerator:
|
secretGenerator:
|
||||||
- name: mysql-secret
|
- name: mysql-secret
|
||||||
env: mysql-secret.properties
|
literals:
|
||||||
|
- mysql-root-password=root
|
|
@ -1,3 +0,0 @@
|
||||||
# Encoded base64 string required by kubernetes
|
|
||||||
# echo -n '<wanted_value>' | base64
|
|
||||||
mysql-root-password="cm9vdA=="
|
|
|
@ -2,8 +2,6 @@ apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: phpmyadmin-ingress
|
name: phpmyadmin-ingress
|
||||||
annotations:
|
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue