Skip to content

Commit

Permalink
removed namespace from quickstart manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskarzz <sanskar.gur@gmail.com>
  • Loading branch information
Sanskarzz authored and anushkamittal2001 committed Jun 17, 2024
1 parent 63f9623 commit bd4237a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quick_start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: testapp
namespace: demo
spec:
replicas: 1
selector:
Expand Down Expand Up @@ -89,7 +88,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: proxy-config
namespace: demo
data:
envoy.yaml: |
static_resources:
Expand Down Expand Up @@ -170,7 +168,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: policy-files
namespace: demo
data:
policy.yaml: |
apiVersion: json.kyverno.io/v1alpha1
Expand Down

0 comments on commit bd4237a

Please sign in to comment.