change-admin-password pramod123
this command show changed successfully but its not working
i am using this deployment
apiVersion: apps/v1
kind: Deployment
metadata:
name: pmm-server
namespace: pmm
spec:
replicas: 1
selector:
matchLabels:
app: pmm-server
template:
metadata:
labels:
app: pmm-server
spec:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
containers:
- name: pmm-server
image: percona/pmm-server:3
ports: - containerPort: 8080
- containerPort: 8443
env: - name: DISABLE_TELEMETRY
value: “1” - name: METRICS_RETENTION
value: “15d”
