Skip to content

Commit

Permalink
readd namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
efumagal committed Aug 7, 2023
1 parent 07a4759 commit eb39a20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 8 additions & 6 deletions kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: test-apps
resources:
- hpa.yaml
- deployment.yaml
- service.yaml
- hpa.yaml
- deployment.yaml
- service.yaml
- namespace.yaml
images:
- name: geo3d-image
newName: ghcr.io/efumagal/geo-3d-otel
newTag: 20230807-1026
- name: geo3d-image
newName: ghcr.io/efumagal/geo-3d-otel
newTag: 20230807-1025
4 changes: 4 additions & 0 deletions kustomize/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: intentionally.broken.namespace

0 comments on commit eb39a20

Please sign in to comment.