update documentation

This commit is contained in:
2025-04-07 21:04:30 +03:00
parent 369620cb70
commit 9a32df5fb9
3 changed files with 4 additions and 4 deletions

View File

@ -108,8 +108,8 @@ wildcard CA cert and deploy the portfolio webapp.
```bash
kubectl create namespace my-portfolio
kubectl get secret wildcard-cert-secret --namespace=cert -o yaml \
| sed 's/namespace: cert/namespace: my-portfolio/' | kubectl apply -f -
kubectl get secret wildcard-cert-secret --namespace=cert-manager -o yaml \
| sed 's/namespace: cert-manager/namespace: my-portfolio/' | kubectl apply -f -
source .env
kubectl create secret docker-registry my-registry-secret \

View File

@ -4,5 +4,5 @@ metadata:
name: {{ .Values.secret.name }}
namespace: {{ .Values.namespace }}
type: Opaque
data:
stringData:
api-token: {{ .Values.secret.apiToken }}

View File

@ -18,4 +18,4 @@ wildcardCert:
secret:
type: Opaque
name: cloudflare-api-token-secret
apiToken: base64encodedtoken
apiToken: cloudflareToken