Skip to content

Commit

Permalink
deploy: remove default passphrase
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug committed Dec 1, 2022
1 parent 387a9f4 commit 08ebc16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ resources:
- ../manager
- ../webhook
- ../certmanager
- linstor_passphrase.yaml

patchesStrategicMerge:
- manager_auth_proxy_patch.yaml
Expand Down
9 changes: 0 additions & 9 deletions config/default/linstor_passphrase.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions pkg/resources/cluster/controller/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ spec:
env:
- name: JAVA_OPTS
value: '-Djdk.tls.acknowledgeCloseNotify=true'
- name: MASTER_PASSPHRASE
valueFrom:
secretKeyRef:
name: linstor-controller-passphrase
key: MASTER_PASSPHRASE
optional: true
ports:
- name: api
containerPort: 3370
Expand Down

0 comments on commit 08ebc16

Please sign in to comment.