File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
applications/rapid-analysis Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,9 @@ spec:
145145 - " -c"
146146 - |
147147 cp -RL /secrets-raw/* /secrets
148- cat /secrets-rubintv/aws-credentials.ini > new-aws-credentials.ini
149- printf "\n" >> new-aws-credentials.ini
150- cat /secrets-rubintv/aws_credentials.ini >> new-aws-credentials.ini
151- printf "\n" >> new-aws-credentials.ini
152- mv new-aws-credentials.ini /secrets/aws-credentials.ini
153- chown 73006:73006 /secrets/*
148+ printf "\n" >> /secrets/aws-credentials.ini
149+ cat /secrets-rubintv/aws_credentials.ini >> /secrets/aws-credentials.ini
150+ chown 17951:4085 /secrets/*
154151 chmod 0600 /secrets/*
155152 volumeMounts :
156153 - name : raw-butler-secret
Original file line number Diff line number Diff line change @@ -132,6 +132,18 @@ lsstcamAosWorkerSet:
132132 limits :
133133 cpu : 2.0
134134 memory : 8G
135+ lsstcamGather2aAosSet :
136+ name : LSSTCam/runStep1bAosWorker.py
137+ mounts :
138+ - sdf-scratch
139+ replicas : 4
140+ resources :
141+ requests :
142+ cpu : 1.0
143+ memory : " 4G"
144+ limits :
145+ cpu : 1.0
146+ memory : " 8G"
135147credentialFile : google_write_creds
136148vaultPrefixPath : secret/rubin/usdf-rapid-analysis
137149rubinTvSecretsPath : rubintv-secrets
You can’t perform that action at this time.
0 commit comments