Skip to content

Commit

Permalink
Fix Jira install manifests, revert pass generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Feb 15, 2021
1 parent 321e824 commit c275b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions och-content/implementation/atlassian/jira/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ spec:
methods:
- name: install
revision: 0.1.0
- name: create-db
revision: 0.1.0
- interfaceGroupPath: cap.interface.templating.jinja2
alias: jinja2
methods:
Expand Down Expand Up @@ -93,6 +95,7 @@ spec:
data: |
superuser:
username: superuser
password: okon
defaultDBName: postgres
- - name: create-db
Expand Down
2 changes: 0 additions & 2 deletions och-content/implementation/bitnami/postgresql/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ spec:
pullPolicy: Always
postgresqlDatabase: {{ defaultDBName }}
postgresqlUsername: {{ superuser.username }}
{% if superuser.password is defined %}
postgresqlPassword: {{ superuser.password }}
{% endif %}
output:{% raw %}
goTemplate:
host: '{{ template "common.names.fullname" . }}'
Expand Down

0 comments on commit c275b20

Please sign in to comment.