Skip to content

Commit

Permalink
feat(config): add env var for rekor endpoint
Browse files Browse the repository at this point in the history
refactor(config): swap ConfigMap for global env values

Co-authored-by: Jason Power <japower@redhat.com>

ci(fix): run git pre-commit hook

fix: reset README.md
  • Loading branch information
kahboom committed Mar 18, 2024
1 parent 98e79a9 commit 84af1ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spec:
image: "{{ template "image" .Values.configs.rekorui.image }}"
imagePullPolicy: Always
env:
- name: REKORDOMAIN
value: {{ .Values.configs.rekorui.rekordomain }}
- name: NEXT_PUBLIC_REKOR_DEFAULT_DOMAIN
value: "https://rekor.{{ .Values.global.appsSubdomain }}"
ports:
- containerPort: 3000
protocol: TCP
Expand Down

0 comments on commit 84af1ea

Please sign in to comment.