-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move OVN backup stuff to a separate directory.
This helps make it easy to use: commonLabels: app: ovn-backup to label all of the resources in kustomization.yaml, and the backup functionality started cluttering up the main directory. JIRA:OSPC-432
- Loading branch information
1 parent
8359c43
commit 056e6eb
Showing
8 changed files
with
34 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,2 @@ | ||
secretGenerator: | ||
- name: ovn-backup-swift-account | ||
namespace: kube-system | ||
envs: | ||
- swift-account.env | ||
configMapGenerator: | ||
- name: ovn-backup-script | ||
namespace: kube-system | ||
files: | ||
- ovn-backup.sh | ||
- get-swift-url.pl | ||
- name: ovn-backup-config | ||
namespace: kube-system | ||
envs: | ||
- ovn-backup.config | ||
resources: | ||
- ovn-setup.yaml | ||
- ovn-backup.yaml |
File renamed without changes.
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,19 @@ | ||
commonLabels: | ||
app: ovn-backup | ||
secretGenerator: | ||
- name: ovn-backup-swift-account | ||
namespace: kube-system | ||
envs: | ||
- swift-account.env | ||
configMapGenerator: | ||
- name: ovn-backup-script | ||
namespace: kube-system | ||
files: | ||
- ovn-backup.sh | ||
- get-swift-url.pl | ||
- name: ovn-backup-config | ||
namespace: kube-system | ||
envs: | ||
- ovn-backup.config | ||
resources: | ||
- ovn-backup.yaml |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.