update documentation
This commit is contained in:
		| @ -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 \ | ||||||
|  | |||||||
| @ -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 }} | ||||||
| @ -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 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user