Skip to content

Commit 09f13c1

Browse files
author
Ronak Banka
authored
fix namespace from default to confluent (#136)
1 parent 3784382 commit 09f13c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

quickstart-deploy/producer-app-data-singlenode.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ apiVersion: apps/v1
1111
kind: StatefulSet
1212
metadata:
1313
name: elastic
14+
namespace: confluent
1415
spec:
1516
serviceName: elastic
1617
podManagementPolicy: Parallel

quickstart-deploy/producer-app-data.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ apiVersion: apps/v1
1111
kind: StatefulSet
1212
metadata:
1313
name: elastic
14+
namespace: confluent
1415
spec:
1516
serviceName: elastic
1617
podManagementPolicy: Parallel

0 commit comments

Comments
 (0)