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:
|
||||
- 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
|
||||
metadata:
|
||||
name: phpmyadmin-ingress
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
|
|
Loading…
Add table
Reference in a new issue