-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INTLY-1301 Add namespace params for backend and encryption secrets
* Use the namespace param for the component secret * Introduce namespace params for backend and encryption secrets
- Loading branch information
Aiden Keating
committed
Mar 21, 2019
1 parent
dc776f4
commit e43e6cb
Showing
9 changed files
with
61 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: Template | ||
metadata: | ||
name: integreatly-backup-rolebinding-template | ||
annotations: | ||
description: RoleBinding for Integreatly backups | ||
objects: | ||
- apiVersion: authorization.openshift.io/v1 | ||
kind: ClusterRoleBinding | ||
metadata: | ||
name: backupjob | ||
roleRef: | ||
name: backupjob | ||
subjects: | ||
- kind: ServiceAccount | ||
name: backupjob | ||
namespace: "${SA_NAMESPACE}" | ||
parameters: | ||
- name: SA_NAMESPACE | ||
description: The namespace the ServiceAccount is stored in | ||
value: default |
This file was deleted.
Oops, something went wrong.