Skip to content

Commit

Permalink
Merge branch 'apache:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawHee authored Jun 20, 2024
2 parents 249e5ba + 93f1fbc commit 3312ebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amoro-ams/dist/src/main/amoro-bin/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ containers:
# - name: KubernetesContainer
# container-impl: org.apache.amoro.server.manager.KubernetesOptimizerContainer
# properties:
# kube-config-path: /.kube/config
# kube-config-path: ~/.kube/config
# image: apache/amoro:{version}
# namespace: default

Expand Down
2 changes: 1 addition & 1 deletion charts/amoro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ optimizer:
enabled: true
properties:
namespace: "default"
kube-config-path: "/.kube/config"
kube-config-path: "~/.kube/config"
image: "apache/amoro:latest"
pullPolicy: "IfNotPresent"
extra: []
Expand Down
2 changes: 1 addition & 1 deletion docs/admin-guides/managing-optimizers.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ containers:
- name: KubernetesContainer
container-impl: org.apache.amoro.server.manager.KubernetesOptimizerContainer
properties:
kube-config-path: /.kube/config
kube-config-path: ~/.kube/config
image: apache/amoro:{version}
pullPolicy: IfNotPresent
```
Expand Down

0 comments on commit 3312ebe

Please sign in to comment.