remove oauthproxy from hello-world
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
definition: "{{ lookup('file', item) | from_yaml }}"
|
||||
loop:
|
||||
- hello-world/configmap.yaml
|
||||
# - hello-world/ingress.yaml
|
||||
- hello-world/ingress.yaml
|
||||
- hello-world/service.yaml
|
||||
- hello-world/deployment.yaml
|
||||
become: true
|
||||
@@ -31,7 +31,8 @@
|
||||
- name: Install oauth2-proxy Release
|
||||
local_action:
|
||||
module: kubernetes.core.helm
|
||||
release_state: "{{apps.hello_world.state}}"
|
||||
# release_state: "{{apps.hello_world.state}}"
|
||||
release_state: absent
|
||||
name: oauth2-proxy
|
||||
namespace: "{{apps.hello_world.namespace}}"
|
||||
create_namespace: yes
|
||||
|
||||
Reference in New Issue
Block a user