Skip to content

Commit 6f5c919

Browse files
author
Martin Baumert
committed
cleanup kubernetes manifests
1 parent 4a382c6 commit 6f5c919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ spec:
6161
type: ClusterIP
6262
```
6363
### Deployment
64+
please change `spec.template.spec.containers.image` to your image repository
6465
```yaml
6566
apiVersion: apps/v1
6667
kind: Deployment
@@ -93,7 +94,5 @@ spec:
9394
imagePullPolicy: Always
9495
name: vault-unseal
9596
dnsPolicy: ClusterFirst
96-
imagePullSecrets:
97-
- name: cx-harbor
9897
restartPolicy: Always
9998
```

0 commit comments

Comments
 (0)