Skip to content

Commit

Permalink
test(k8s): use spaces instead of tabs in example yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoEspinozaPerez committed Dec 1, 2022
1 parent fb306ab commit ca35d54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/k8s/networkpolicy_test.go
Expand Up @@ -58,15 +58,15 @@ const EXAMPLE_NETWORK_POLICY_YAML_TEMPLATE = `---
apiVersion: v1
kind: Namespace
metadata:
name: %s
name: %s
---
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: test-network-policy
namespace: %s
name: test-network-policy
namespace: %s
spec:
podSelector: {}
policyTypes:
- Ingress
podSelector: {}
policyTypes:
- Ingress
`

0 comments on commit ca35d54

Please sign in to comment.