...

Text file src/edge-infra.dev/config/pallets/edge/lighthouse/base/database-user.yaml

Documentation: edge-infra.dev/config/pallets/edge/lighthouse/base

     1apiVersion: backend.edge.ncr.com/v1alpha2
     2kind: DatabaseUser
     3metadata:
     4  name: lighthouse
     5spec:
     6  type: CLOUD_IAM_SERVICE_ACCOUNT
     7  serviceAccount:
     8    emailRef: lighthouse@${gcp_project_id}.iam.gserviceaccount.com
     9    iamUsername: lighthouse@${gcp_project_id}.iam
    10  instanceRef:
    11    name: ${edge_sql_db_name}-migrated
    12    projectID: ${gcp_project_id}
    13  prune: true

View as plain text