GCP Secrets to K8s Secrets
Let us say that we have a secret in GCP, which is having multiple values in a single secret. For example, this is my secret
KEYCLOAK_USER=***
KEYCLOAK_PASSWORD=***
KC_DB=***
KC_DB_URL=***
KC_DB_USERNAME=***
KC_DB_PASSWORD=***
KC_PROXY=***
health-en...
muralidevops.hashnode.dev3 min read