...

Text file src/edge-infra.dev/config/pallets/edge/db/gcpinfra/sql-user.yaml

Documentation: edge-infra.dev/config/pallets/edge/db/gcpinfra

     1apiVersion: sql.cnrm.cloud.google.com/v1beta1
     2kind: SQLUser
     3metadata:
     4  name: edge-db-read-only-user
     5  namespace: edge-system
     6  annotations:
     7    cnrm.cloud.google.com/deletion-policy: abandon
     8spec:
     9  instanceRef:
    10    name: ${edge_sql_db_name}-migrated
    11  password:
    12    valueFrom:
    13      secretKeyRef:
    14        name: edge-db-read-only-user-pass
    15        key: password

View as plain text