Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeMidnight
"auxilary": {
.
.
"helm": {
 	"application_env": {
      "PMSH_PG_URL": "dcae-pmsh-pg-primary",
      "PMSH_PG_USERNAME": {
         	"secretUid": "*pgUserCredsSecretUid",
         	"key": "login"
      },
      "PMSH_PG_PASSWORD": {
         "secretUid": "*pgUserCredsSecretUid",
         "key": "password"
      }
    }
}
.
.
}


Values.yaml specification

...