Skip to content

Commit

Permalink
testing-manifest: add missing SA for iscsi-auth-demo-target
Browse files Browse the repository at this point in the history
relevant replica set doesn't rollout without kubevirt-testing service
account.
  • Loading branch information
lukas-bednar committed Jan 22, 2018
1 parent a7fb2ed commit 885f6ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/testing/iscsi-auth-demo-target.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: kube-system
labels:
kubevirt.io: ""
type: "kubernetes.io/iscsi-chap"
type: "kubernetes.io/iscsi-chap"
data:
node.session.auth.username: ZGVtb3VzZXI=
node.session.auth.password: ZGVtb3Bhc3N3b3Jk
Expand Down Expand Up @@ -40,6 +40,7 @@ spec:
kubevirt.io: iscsi-auth-demo-target
name: iscsi-auth-demo-target-tgtd
spec:
serviceAccountName: kubevirt-testing
containers:
- name: target
image: {{ docker_prefix }}/iscsi-demo-target-tgtd:{{ docker_tag }}
Expand Down

0 comments on commit 885f6ab

Please sign in to comment.