Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildfly is broken in helm-2.0 branch #76

Closed
nomisbeme opened this issue Aug 9, 2016 · 0 comments
Closed

Wildfly is broken in helm-2.0 branch #76

nomisbeme opened this issue Aug 9, 2016 · 0 comments

Comments

@nomisbeme
Copy link
Contributor

$ helm install wildfly
Error: parse error in "wildfly/templates/wildfly-secrets.yaml": template: wildfly/templates/wildfly-secrets.yaml:11: unexpected "{" in command

Fix below.

$ git diff
diff --git a/wildfly/templates/wildfly-secrets.yaml b/wildfly/templates/wildfly-secrets.yaml
index 2223e8b..a369f9a 100644
--- a/wildfly/templates/wildfly-secrets.yaml
+++ b/wildfly/templates/wildfly-secrets.yaml
@@ -8,4 +8,4 @@ metadata:
heritage: bitnami
type: Opaque
data:

  • wildfly-password: {{ {{ default "" .Values.wildflyPassword | b64enc | quote }}
  • wildfly-password: {{ default "" .Values.wildflyPassword | b64enc | quote }}
sameersbn pushed a commit that referenced this issue Aug 10, 2016
richardlarocque pushed a commit to richardlarocque/charts that referenced this issue Oct 16, 2020
* headless service and prom scrape annotation

* allow pod targets in prometheus config

* moved spot-termination-exporter to stable

* annotate pods instead of ds

* federate kubernetes-pods job as well
icewisb pushed a commit to icewisb/bitnami-charts that referenced this issue Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants