naomi / tandoor.yaml
0 curtidas
0 bifurcações
1 arquivos
Última atividade
1 | --- |
2 | apiVersion: v1 |
3 | kind: Namespace |
4 | metadata: |
5 | name: tandoor |
6 | --- |
7 | # kubectl -n tandoor create secret generic recipes --from-literal=postgresql-password=$(openssl rand -base64 33) --from-literal=postgresql-postgres-password=$(openssl rand -base64 33) --from-literal=secret-key=$(openssl rand -hex 32) |
8 | #kind: Secret |
9 | #apiVersion: v1 |
10 | #metadata: |
Próximo
Anterior