"vscode:/vscode.git/clone" did not exist on "13bf5d9103f2778496b2a88924ddc6842efb59b3"
Unverified Commit 2059f977 authored by Yao Qing's avatar Yao Qing Committed by GitHub
Browse files

fix(examples): correct componentType and ServiceAccount for GlobalPlanner in examples (#7755)


Signed-off-by: default avatarYao, Qing <qing.yao@intel.com>
parent f7e0b3fd
......@@ -39,7 +39,7 @@ roleRef:
name: dynamo-platform-dynamo-operator-planner
subjects:
- kind: ServiceAccount
name: default
name: planner-serviceaccount
namespace: ${K8S_NAMESPACE}
---
apiVersion: v1
......@@ -62,7 +62,7 @@ metadata:
spec:
services:
GlobalPlanner:
componentType: default
componentType: planner
replicas: 1
extraPodSpec:
mainContainer:
......
......@@ -101,7 +101,7 @@ spec:
readOnly: true
GlobalPlanner:
componentType: default
componentType: planner
replicas: 1
extraPodSpec:
imagePullSecrets:
......
......@@ -30,7 +30,7 @@ roleRef:
name: dynamo-platform-dynamo-operator-planner
subjects:
- kind: ServiceAccount
name: default
name: planner-serviceaccount
namespace: ${K8S_NAMESPACE}
---
apiVersion: v1
......@@ -148,7 +148,7 @@ spec:
readOnly: true
GlobalPlanner:
componentType: default
componentType: planner
replicas: 1
extraPodSpec:
imagePullSecrets:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment