-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: get namespace name from release command
Signed-off-by: Alessandro Affinito <affinito.ale@gmail.com>
- Loading branch information
1 parent
e37aef5
commit d0695d9
Showing
21 changed files
with
630 additions
and
606 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,21 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
commonLabels: | ||
app: security-profiles-operator | ||
sortOptions: | ||
order: fifo | ||
|
||
resources: | ||
- crds/profilebinding.yaml | ||
- crds/profilerecording.yaml | ||
- crds/seccompprofile.yaml | ||
- crds/securityprofilenodestatus.yaml | ||
- crds/securityprofilesoperatordaemon.yaml | ||
- crds/selinuxpolicy.yaml | ||
- crds/apparmorprofile.yaml | ||
- crds/profilebinding.yaml | ||
- crds/profilerecording.yaml | ||
- crds/seccompprofile.yaml | ||
- crds/securityprofilenodestatus.yaml | ||
- crds/securityprofilesoperatordaemon.yaml | ||
- crds/selinuxpolicy.yaml | ||
- crds/apparmorprofile.yaml | ||
|
||
generatorOptions: | ||
disableNameSuffixHash: true | ||
labels: | ||
- includeSelectors: true | ||
pairs: | ||
app: security-profiles-operator |
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,24 +1,25 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
commonLabels: | ||
app: security-profiles-operator | ||
|
||
resources: | ||
- ns.yaml | ||
- service_account.yaml | ||
- role.yaml | ||
- role_binding.yaml | ||
- mutatingwebhookconfig.yaml | ||
- metrics_client.yaml | ||
- ns.yaml | ||
- service_account.yaml | ||
- role.yaml | ||
- role_binding.yaml | ||
- mutatingwebhookconfig.yaml | ||
- metrics_client.yaml | ||
|
||
configMapGenerator: | ||
- name: security-profiles-operator-profile | ||
files: | ||
- profiles/security-profiles-operator.json | ||
- profiles/selinuxd.cil | ||
- profiles/selinuxrecording.cil | ||
- files: | ||
- profiles/security-profiles-operator.json | ||
- profiles/selinuxd.cil | ||
- profiles/selinuxrecording.cil | ||
name: security-profiles-operator-profile | ||
|
||
generatorOptions: | ||
disableNameSuffixHash: true | ||
labels: | ||
- includeSelectors: true | ||
pairs: | ||
app: security-profiles-operator |
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
--- | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
images: | ||
- name: security-profiles-operator | ||
newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator | ||
newTag: latest | ||
- name: security-profiles-operator | ||
newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator | ||
newTag: latest | ||
# For images to be released: | ||
# newName: registry.k8s.io/security-profiles-operator/security-profiles-operator | ||
# newTag: v0.6.1 | ||
|
||
commonLabels: | ||
app: security-profiles-operator | ||
|
||
resources: | ||
- manager_deployment.yaml | ||
- manager_deployment.yaml | ||
labels: | ||
- includeSelectors: true | ||
pairs: | ||
app: security-profiles-operator |
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
Oops, something went wrong.