Skip to content

Commit

Permalink
Added target namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Nov 11, 2024
1 parent d73ec6c commit a4af71e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{/* Create resources directly for each storage account */}}
{{- $i := 0 }}
{{- range $key, $value := (lookup "v1" "ConfigMap" .Release.Namespace "configmap-services").data }}
{{- range $key, $value := (lookup "v1" "ConfigMap" .Values.global.targetNamespace "configmap-services").data }}
{{- if hasPrefix "partition_storage_name_" $key }}
---
apiVersion: v1
Expand Down
2 changes: 2 additions & 0 deletions software/applications/osdu-core/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ spec:
name: config-map-values
valuesKey: values.yaml
values:
global:
targetNamespace: osdu-core
enableRequestAuthentication: true
azure:
enabled: true
Expand Down

0 comments on commit a4af71e

Please sign in to comment.