Skip to content

Commit

Permalink
move grad client credentials from config-map to secret
Browse files Browse the repository at this point in the history
move grad client credentials from config-map to secret
  • Loading branch information
kamal-mohammed committed Jan 26, 2024
2 parents 1a08184 + c6b824a commit 769e6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![img](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)  
[![img](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)  
[![Build](https://github.com/bcgov/EDUC-GRAD-GRADUATION-REPORT-API/actions/workflows/on.pr.yml/badge.svg)](https://github.com/bcgov/EDUC-GRAD-GRADUATION-REPORT-API/actions/workflows/on.pr.yml)  
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=bcgov_EDUC-GRAD-GRADUATION-REPORT-API&metric=bugs)](https://sonarcloud.io/summary/new_code?id=bcgov_EDUC-GRAD-GRADUATION-REPORT-API)  
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=bcgov_EDUC-GRAD-GRADUATION-REPORT-API&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=bcgov_EDUC-GRAD-GRADUATION-REPORT-API)  
Expand Down
2 changes: 2 additions & 0 deletions tools/openshift/api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ objects:
name: educ-grad-graduation-report-api-config-map
- secretRef:
name: api-grad-report-db-secret
- secretRef:
name: grad-client-secret
resources:
requests:
cpu: "${MIN_CPU}"
Expand Down

0 comments on commit 769e6d9

Please sign in to comment.