mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 13:50:24 +00:00
Change some practice
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
NS=s<Ваш номер логина>-xpaste-production
|
||||
|
||||
kubectl delete secret slurm-xpaste --namespace "$NS"
|
||||
|
||||
kubectl create secret generic slurm-xpaste \
|
||||
--from-literal secret-key-base=xxxxxxxxxxxxxxxxxxxxxxxxx \
|
||||
--from-literal db-user='s<Ваш номер логина>' \
|
||||
--from-literal db-password='<Ваш пароль от логина>' \
|
||||
--namespace "$NS"
|
||||
Reference in New Issue
Block a user