Fix Namespace declaration for NetworkPolicies
This commit is contained in:
parent
d7b7e95860
commit
c4347c6667
1 changed files with 9 additions and 3 deletions
|
|
@ -7,9 +7,15 @@
|
||||||
k8s:
|
k8s:
|
||||||
state: present
|
state: present
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
name: traefik
|
merge_type: merge
|
||||||
api_version: v1
|
definition:
|
||||||
kind: Namespace
|
api_version: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: traefik
|
||||||
|
labels:
|
||||||
|
namespace: traefik
|
||||||
|
tags: traefik
|
||||||
|
|
||||||
- name: Create a Secret object for basic authentification
|
- name: Create a Secret object for basic authentification
|
||||||
k8s:
|
k8s:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue