Commit 7bb9350 1 parent 7c933b2 commit 7bb9350 Copy full SHA for 7bb9350
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 @@ -521,7 +521,7 @@ projects:
521
521
# github.com:
522
522
523
523
# -- (string) USER YAML. Passed in as a multiline string.
524
- USER_YAML : |
524
+ USER_YAML :
525
525
cloud_providers : {}
526
526
groups : {}
527
527
authz :
@@ -1363,7 +1363,7 @@ USER_YAML: |
1363
1363
users :
1364
1364
# ## BEGIN INTERNS SECTION ###
1365
1365
# ## END INTERNS SECTION ###
1366
-
1366
+
1367
1367
admin : true
1368
1368
policies :
1369
1369
- data_upload
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ global:
41
41
# -- (string) ARN of the reverse proxy certificate.
42
42
revproxyArn : arn:aws:acm:us-east-1:123456:certificate
43
43
# -- (string) URL of the data dictionary.
44
- dictionaryUrl : https ://s3.amazonaws.com/dictionary-artifacts/datadictionary/develop /schema.json
44
+ dictionaryUrl : http ://s3.amazonaws.com/dictionary-artifacts/midrc_dictionary/1.2.7 /schema.json
45
45
# -- (string) Portal application name.
46
46
portalApp : gitops
47
47
# -- (bool) Whether public datasets are enabled.
You can’t perform that action at this time.
0 commit comments