Commit a789b72 1 parent 87a0726 commit a789b72 Copy full SHA for a789b72
File tree 4 files changed +14
-11
lines changed
4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- kind : ConfigMap
2
- apiVersion : v1
3
- metadata :
4
- name : useryaml
5
- data :
6
- useryaml : {{ .Values.USER_YAML | toYaml | nindent 4}}
7
- ---
8
1
apiVersion : batch/v1
9
2
kind : Job
10
3
metadata :
37
30
subPath : fence-config.yaml
38
31
- name : " useryaml"
39
32
mountPath : " /var/www/fence/user.yaml"
40
- subPath : useryaml
33
+ subPath : user.yaml
41
34
command : ["/bin/bash" ]
42
35
args :
43
36
- " -c"
Original file line number Diff line number Diff line change
1
+ kind : ConfigMap
2
+ apiVersion : v1
3
+ metadata :
4
+ name : useryaml
5
+ data :
6
+ user.yaml : |
7
+ {{- with .Values.USER_YAML }}
8
+ {{- toYaml . | nindent 2 }}
9
+ {{ end }}
10
+ ---
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ projects:
476
476
# github.com:
477
477
478
478
# -- (string) USER YAML. Passed in as a multiline string.
479
- USER_YAML : |
479
+ USER_YAML :
480
480
cloud_providers : {}
481
481
groups : {}
482
482
authz :
@@ -1318,7 +1318,7 @@ USER_YAML: |
1318
1318
users :
1319
1319
# ## BEGIN INTERNS SECTION ###
1320
1320
# ## END INTERNS SECTION ###
1321
-
1321
+
1322
1322
admin : true
1323
1323
policies :
1324
1324
- data_upload
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ global:
35
35
# -- (string) ARN of the reverse proxy certificate.
36
36
revproxyArn : arn:aws:acm:us-east-1:123456:certificate
37
37
# -- (string) URL of the data dictionary.
38
- dictionaryUrl : https ://s3.amazonaws.com/dictionary-artifacts/datadictionary/develop /schema.json
38
+ dictionaryUrl : http ://s3.amazonaws.com/dictionary-artifacts/midrc_dictionary/1.2.7 /schema.json
39
39
# -- (string) Portal application name.
40
40
portalApp : gitops
41
41
# -- (bool) Whether public datasets are enabled.
You can’t perform that action at this time.
0 commit comments