Skip to content

Commit e0efc00

Browse files
Fix 2
1 parent 4461765 commit e0efc00

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The Helm chart includes placeholder values, however following values **must be p
1717
```bash
1818
helm upgrade --install runboat-controller \
1919
oci://ghcr.io/secretagentnull/runboat-helm \
20-
-f my-values.yaml
20+
-f my-values.yaml \
21+
-n runboat-controller
2122
```
2223

2324
### Enabling Ingress

templates/tests/test-connection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v1
22
kind: Pod
33
metadata:
4-
name: "{{ include "runboat.fullname" . }}-test-connection"
4+
name: "{{ include "runboat-controller.fullname" . }}-test-connection"
55
labels:
6-
{{- include "runboat.labels" . | nindent 4 }}
6+
{{- include "runboat-controller.labels" . | nindent 4 }}
77
annotations:
88
"helm.sh/hook": test
99
spec:

0 commit comments

Comments
 (0)