PHP Classes

File: iac/projects/postgresql/resources/secret.yaml

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   iac/projects/postgresql/resources/secret.yaml   Download  
File: iac/projects/postgresql/resources/secret.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 378 bytes
 

Contents

Class file image Download
apiVersion: v1 kind: Secret metadata: name: postgres-secret labels: app: postgres type: Opaque data: # Default credentials. Replace with your own base64 encoded values. POSTGRES_DB: bXlkYXRhYmFzZQ== # echo -n 'mydatabase' | base64 POSTGRES_USER: bXl1c2Vy # echo -n 'myuser' | base64 POSTGRES_PASSWORD: bXlwYXNzd29yZA== # echo -n 'mypassword' | base64