Skip to content

Commit

Permalink
fix deployment - no sa
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Oct 26, 2023
1 parent 5cca711 commit 90819a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/terraform-operator-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.0.0
appVersion: 1.0.0-alpha-20231026001139
description: A Helm chart to deploy the terraform-operator-dashboard
name: terraform-operator-dashboard
version: 1.0.0
version: 1.0.1
4 changes: 2 additions & 2 deletions charts/terraform-operator-dashboard/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-operator-dashboard

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: 1.0.0-alpha-20231026001139](https://img.shields.io/badge/AppVersion-1.0.0--alpha--20231026001139-informational?style=flat-square)

A Helm chart to deploy the terraform-operator-dashboard

Expand All @@ -16,7 +16,7 @@ $ helm install galleybytes/terraform-operator-dashboard --namespace tf-system
| Key | Description | Default |
|---|---|---|
| env | `list` Env defined like k8s EnvVar https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#envvar-v1-core. | `[{"name":"API_HOST","value":"http://terraform-operator-api"}]` |
| image.tag | `string` | `"1.0.0-alpha-20231020t083321"` |
| image.tag | `string` | `"1.0.0-alpha-20231026001139"` |
| server.port | `int` The port the runtime exposes to connect to the webserver | `8080` |
| service.annotations | `object` Service annotations key/values for the service resource | `{}` |
| service.port | `int` the http or https port clients will use to access the `server.port` | `80` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
service: terraform-operator
component: dashboard
spec:
serviceAccount: {{ .Release.Name }}
containers:
- {{ with .Values.args -}}
args:
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-operator-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:

image:
# The container image tag
tag: 1.0.0-alpha-20231020t083321
tag: 1.0.0-alpha-20231026001139

# - Options for the api-webserver
server:
Expand Down

0 comments on commit 90819a3

Please sign in to comment.