Change some practice

This commit is contained in:
Marsel Ibraev
2021-09-27 16:59:35 +03:00
parent f44beb51a9
commit f41e7a6611
187 changed files with 33 additions and 72 deletions
+11
View File
@@ -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"