wangyuxiang123 commented on code in PR #3072:
URL: https://github.com/apache/amoro/pull/3072#discussion_r1732048361
##########
amoro-ams/amoro-ams-server/src/test/resources/config.yaml:
##########
@@ -36,4 +36,37 @@ taskmanager:
size: 1728m
parallelism:
- default: 1
\ No newline at end of file
+ default: 1
+
+containers:
+ - name: KubernetesContainer
+ container-impl:
org.apache.amoro.server.manager.KubernetesOptimizerContainer
+ properties:
+ kube-config-path: "~/.kube/config"
+ image: apache/amoro:0.7-SNAPSHOT
Review Comment:
To make it easier to reflect the override process, I set the image version
in podTemplate to `apache/amoro:0.6`, but the final version is still
a`pache/amoro:0.7-SNAPSHOT`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]