Skip to content

Commit

Permalink
Fix parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjyhy committed May 28, 2023
1 parent 4f107d8 commit 33b3eee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kubectl create secret docker-registry ghcr-credentials --docker-server=https://g
```

```
helm install my-release oci://registry-1.docker.io/bitnamicharts/rabbitmq
helm install amqp-sprout oci://registry-1.docker.io/bitnamicharts/rabbitmq
```

```
Expand Down
2 changes: 1 addition & 1 deletion charts/t-clo-902/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: t-clo-902
description: A Helm chart to sell cats on Kubernetes
type: application

version: 0.39.0
version: 0.40.0

appVersion: "1.1.0"
2 changes: 1 addition & 1 deletion charts/t-clo-902/templates/index-secret.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- $esName := (printf "elasticsearch-%s-es-elastic-user" .Release.Name }}
{{- $esName := (printf "elasticsearch-%s-es-elastic-user" .Release.Name) }}
{{- $secretEs := (lookup "v1" "Secret" .Release.Namespace $esName) }}
{{- $secretEsData := (get $secretEs "data") }}
{{- $esPass := (get $secretEsData "elastic") }}
Expand Down
2 changes: 1 addition & 1 deletion elastic.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: elasticsearch-{{ .Release.Name }}
name: elasticsearch-sprout
spec:
version: 8.7.0
http:
Expand Down

0 comments on commit 33b3eee

Please sign in to comment.