Merge commit 'b9b83d1fea881449ed0579dc8d76b77d24c4083c' as 'acm-hub-bootstrap'
This commit is contained in:
1
acm-hub-bootstrap/bootstrap/secrets/base/README.md
Normal file
1
acm-hub-bootstrap/bootstrap/secrets/base/README.md
Normal file
@@ -0,0 +1 @@
|
||||
Bootstrap tokens for ESO to access Doppler projects, note that these secrets are not in git.
|
||||
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: hub-secrets
|
||||
10
acm-hub-bootstrap/bootstrap/secrets/base/kustomization.yaml
Normal file
10
acm-hub-bootstrap/bootstrap/secrets/base/kustomization.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- hub-secrets-namespace.yaml
|
||||
# Note these secrets are not stored in git and only applied during bootstrap process
|
||||
# They are the tokens for accessing the Doppler secrets SaaS service where secrets are stored
|
||||
- eso-token-cluster-push-secret.yaml
|
||||
- eso-token-cluster-home-secret.yaml
|
||||
- eso-token-cluster-hub-secret.yaml
|
||||
- eso-token-cluster-rhdp-secret.yaml
|
||||
- eso-token-cluster-microshift-secret.yaml
|
||||
8
acm-hub-bootstrap/bootstrap/secrets/base/namespace.yaml
Normal file
8
acm-hub-bootstrap/bootstrap/secrets/base/namespace.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
annotations:
|
||||
openshift.io/description: ACM Policies
|
||||
openshift.io/display-name: ACM Policies
|
||||
labels:
|
||||
name: acm-policies
|
||||
Reference in New Issue
Block a user