Skip to content

Commit

Permalink
updated mock namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonso-iazzetti committed Dec 6, 2022
1 parent 89510d9 commit 861baff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kustomize/local/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: prf
namespace: mock-ec-prf

images:
- name: mock-ec-prf-image
Expand Down
2 changes: 1 addition & 1 deletion kustomize/local/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Namespace
metadata:
labels:
kubernetes.io/metadata.name: mock-ec-prf
name: prf
name: mock-ec-prf
2 changes: 1 addition & 1 deletion kustomize/prf/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: nodo-prf
namespace: mock-ec-prf

images:
- name: mock-ec-prf-image
Expand Down
2 changes: 1 addition & 1 deletion kustomize/prf/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Namespace
metadata:
labels:
kubernetes.io/metadata.name: mock-ec-prf
name: nodo-prf
name: mock-ec-prf

0 comments on commit 861baff

Please sign in to comment.