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 ```bash
kubectl create namespace my-portfolio kubectl create namespace my-portfolio
kubectl get secret wildcard-cert-secret --namespace=cert -o yaml \ kubectl get secret wildcard-cert-secret --namespace=cert-manager -o yaml \
| sed 's/namespace: cert/namespace: my-portfolio/' | kubectl apply -f - | sed 's/namespace: cert-manager/namespace: my-portfolio/' | kubectl apply -f -
source .env source .env
kubectl create secret docker-registry my-registry-secret \ kubectl create secret docker-registry my-registry-secret \

View File

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

View File

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