Skip to content

Commit 6a8fb24

Browse files
committed
Fixes #139: Helm Tiller ServiceAccount task name fix.
1 parent 12afd71 commit 6a8fb24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kubernetes/examples/helm-cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
state: absent
3232
definition: "{{ lookup('file', 'files/tiller-rbac.yml') | from_yaml }}"
3333

34-
- name: Remove Tiller namespace.
34+
- name: Remove Tiller ServiceAccount.
3535
k8s:
36-
state: present
36+
state: absent
3737
api_version: v1
3838
kind: ServiceAccount
3939
name: tiller

kubernetes/examples/helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
become: yes
44

55
tasks:
6-
- name: Create Tiller namespace.
6+
- name: Create Tiller ServiceAccount.
77
k8s:
88
state: present
99
definition:

0 commit comments

Comments
 (0)