Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions components/konflux-ui/staging/base/external-secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: konflux-ui-whatson
namespace: konflux-ui
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
argocd.argoproj.io/sync-wave: "-1"
spec:
data:
- secretKey: API_KEY
remoteRef:
key: staging/ui/Whatson
property: API_KEY
- secretKey: ASSISTANT_ID
remoteRef:
key: staging/ui/Whatson
property: ASSISTANT_ID
- secretKey: ENVIRONMENT_ID
remoteRef:
key: staging/ui/Whatson
property: ENVIRONMENT_ID
- secretKey: VERSION
remoteRef:
key: staging/ui/Whatson
property: VERSION
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: appsre-stonesoup-vault
target:
creationPolicy: Owner
deletionPolicy: Delete
name: konflux-ui-whatson
template:
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
argocd.argoproj.io/compare-options: IgnoreExtraneous
17 changes: 9 additions & 8 deletions components/konflux-ui/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- dex
- proxy
- route-and-oauth.yaml
- ../../base
- dex
- proxy
- route-and-oauth.yaml
- external-secret.yaml
- ../../base

images:
- name: quay.io/konflux-ci/workspace-manager
digest: sha256:48df30520a766101473e80e7a4abbf59ce06097a5f5919e15075afaa86bd1a2d
- name: quay.io/konflux-ci/workspace-manager
digest: sha256:48df30520a766101473e80e7a4abbf59ce06097a5f5919e15075afaa86bd1a2d

- name: quay.io/konflux-ci/konflux-ui
newTag: 8470f66b1b646f155ca684dca811a38290635f42
- name: quay.io/konflux-ci/konflux-ui
newTag: 8470f66b1b646f155ca684dca811a38290635f42

namespace: konflux-ui