Skip to content

Commit

Permalink
[Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallschlaeger committed Feb 27, 2024
1 parent 0a3f9c7 commit c27ef09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ metadata:
namespace: {{ .Release.Namespace }}
type: Opaque
data:
<<<<<<< HEAD
username: {{ .Values.postgres.geodata_databasename_and_username | b64enc }}
password: {{ .Values.postgres.external_postgres.secret.geodata_password | b64enc }}
=======
geodata_password: {{ .Values.postgres.external_postgres.secret.geodata_password | b64enc }}
>>>>>>> c3d30d13231a852d96e84a856125ae9a22926b78
{{ end }}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ metadata:
namespace: {{ .Release.Namespace }}
type: Opaque
data:
<<<<<<< HEAD
username: {{ .Values.postgres.geonode_databasename_and_username | b64enc }}
password: {{ .Values.postgres.external_postgres.secret.geonode_password | b64enc }}
=======
geonode_password: {{ .Values.postgres.external_postgres.secret.geonode_password | b64enc }}
>>>>>>> c3d30d13231a852d96e84a856125ae9a22926b78
{{ end }}

0 comments on commit c27ef09

Please sign in to comment.