PHP Classes

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

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   iac/projects/redis/resources/secret.yaml   Download  
File: iac/projects/redis/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: 235 bytes
 

Contents

Class file image Download
apiVersion: v1 kind: Secret metadata: name: redis labels: app: redis type: Opaque data: # Default password is 'mypassword'. # Use 'echo -n 'your-password' | base64' to generate a new one. REDIS_PASSWORD: bXlwYXNzd29yZA==