Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions helm/polaris/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ eval $(minikube docker-env)
:polaris-server:quarkusAppPartsBuild --rerun \
:polaris-admin:assemble \
:polaris-admin:quarkusAppPartsBuild --rerun \
-Dquarkus.container-image.tag=postgres-latest \
-Dquarkus.container-image.build=true
```

Expand Down Expand Up @@ -90,7 +89,6 @@ Below are two sample deployment models for installing the chart: one with a non-
Install the chart with a non-persistent backend. From Polaris repo root:
```bash
helm upgrade --install --namespace polaris \
--values helm/polaris/ci/simple-values.yaml \
polaris helm/polaris
```

Expand Down
2 changes: 0 additions & 2 deletions helm/polaris/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ eval $(minikube docker-env)
:polaris-server:quarkusAppPartsBuild --rerun \
:polaris-admin:assemble \
:polaris-admin:quarkusAppPartsBuild --rerun \
-Dquarkus.container-image.tag=postgres-latest \
-Dquarkus.container-image.build=true
```

Expand Down Expand Up @@ -92,7 +91,6 @@ Below are two sample deployment models for installing the chart: one with a non-
Install the chart with a non-persistent backend. From Polaris repo root:
```bash
helm upgrade --install --namespace polaris \
--values helm/polaris/ci/simple-values.yaml \
polaris helm/polaris
```

Expand Down
27 changes: 0 additions & 27 deletions helm/polaris/ci/simple-values.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions site/content/in-dev/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ eval $(minikube docker-env)
:polaris-server:quarkusAppPartsBuild --rerun \
:polaris-admin:assemble \
:polaris-admin:quarkusAppPartsBuild --rerun \
-Dquarkus.container-image.tag=postgres-latest \
-Dquarkus.container-image.build=true
```

Expand Down Expand Up @@ -90,7 +89,6 @@ Below are two sample deployment models for installing the chart: one with a non-
Install the chart with a non-persistent backend. From Polaris repo root:
```bash
helm upgrade --install --namespace polaris \
--values helm/polaris/ci/simple-values.yaml \
polaris helm/polaris
```

Expand Down
Loading