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:
|
||||
state: present
|
||||
context: "{{ my_context }}"
|
||||
name: traefik
|
||||
api_version: v1
|
||||
kind: Namespace
|
||||
merge_type: merge
|
||||
definition:
|
||||
api_version: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: traefik
|
||||
labels:
|
||||
namespace: traefik
|
||||
tags: traefik
|
||||
|
||||
- name: Create a Secret object for basic authentification
|
||||
k8s:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue