move stuff
This commit is contained in:
parent
7071dbc06c
commit
61643c4c72
1
registry/generate_auth.sh → ops/generate_auth.sh
Executable file → Normal file
1
registry/generate_auth.sh → ops/generate_auth.sh
Executable file → Normal file
@ -24,6 +24,7 @@ echo REGISTRY_AUTH is ${REGISTRY_AUTH}
|
||||
echo REGISTRY_HTTP_SECRET is ${REGISTRY_HTTP_SECRET}
|
||||
|
||||
kubectl create secret generic registry \
|
||||
-n ops
|
||||
--from-literal=REGISTRY_ADMIN=${REGISTRY_ADMIN} \
|
||||
--from-literal=REGISTRY_PASSWORD=${REGISTRY_PASSWORD} \
|
||||
--from-literal=REGISTRY_HTTP_SECRET=${REGISTRY_HTTP_SECRET} \
|
||||
6
ops/ops.yaml
Normal file
6
ops/ops.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: ops
|
||||
Loading…
x
Reference in New Issue
Block a user