Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ianibo committed Aug 9, 2024
1 parent b424fc2 commit 2ed0408
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
quire:
- apiVersion: v2
appVersion: native-0.1
created: "2024-08-09T14:59:37.107359523+01:00"
created: "2024-08-09T15:04:54.841437512+01:00"
description: A Helm chart to provision a Quire instance
digest: aa6e20ed15cce8feecb0c2125aef58c0e5c6cc57bca903ba283281a30f41d656
digest: d5df2b6478fa29a2b53cac79a5f510452adfd02d99d6557c433ae1507ddb47f7
name: quire
type: application
urls:
- quire-0.1.0.tgz
version: 0.1.0
generated: "2024-08-09T14:59:37.104527437+01:00"
generated: "2024-08-09T15:04:54.840926119+01:00"
Binary file modified quire-0.1.0.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions quire/templates/quire-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ metadata:
stringData:
QUIRE_MGT_TOKEN: {{ required "A valid configValue is required!" .Values.quireManagementToken | quote }}
QUIRE_MGT_API: {{ .Values.managementAPI }}
QUIRE_OPERATING_MODE: {{ .Values.quireOperatingMode }}
1 change: 1 addition & 0 deletions quire/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ nameOverride: ""
fullnameOverride: ""

managementAPI: "https://kiconsole-api.avk8s.k-int.com"
quireOperatingMode: "Developer"

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit 2ed0408

Please sign in to comment.