Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaNarra committed Sep 17, 2024
1 parent f6c319d commit fbeca8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/crownlabs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ qlkube:
rbacResourcesName: crownlabs-qlkube
ingress:
hostname: qlkube.crownlabs.example.com
harborToken: {}
configuration:
exposedAPIs:
apis:
Expand Down
10 changes: 10 additions & 0 deletions qlkube/deploy/qlkube/templates/harbortoken.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ include "qlkube.fullname" . }}-harbor-token
labels:
{{- include "qlkube.labels" . | nindent 4 }}
type: Opaque
stringData:
harbor_token.json: |
{{ .Values.harborToken | toJson | ndent 4 }}
2 changes: 2 additions & 0 deletions qlkube/deploy/qlkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ resources:
memory: 250Mi

rbacResourcesName: crownlabs-qlkube

harborToken: {}

0 comments on commit fbeca8d

Please sign in to comment.