-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7452337
commit 6530c91
Showing
37 changed files
with
1,001 additions
and
155 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ getdeps: | |
go install github.com/golangci/golangci-lint/cmd/[email protected] && \ | ||
echo "Installing govulncheck" && \ | ||
go install golang.org/x/vuln/cmd/govulncheck@latest &&\ | ||
echo "installng gopls" && \ | ||
echo "installing gopls" && \ | ||
go install golang.org/x/tools/gopls@latest | ||
|
||
verify: getdeps govet lint | ||
|
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,41 +1,42 @@ | ||
namespace: minio-operator | ||
|
||
resources: | ||
- bases/minio-operator.clusterserviceversion.yaml | ||
- bases/minio-operator-rhmp.clusterserviceversion.yaml | ||
- ../../resources/ | ||
- ../../samples/ | ||
- bases/minio-operator.clusterserviceversion.yaml | ||
- bases/minio-operator-rhmp.clusterserviceversion.yaml | ||
- ../../resources/ | ||
- ../../samples/ | ||
|
||
patchesStrategicMerge: | ||
- overlay/minio-operator-deployment.yaml | ||
- overlay/console-deployment.yaml | ||
- overlay/console_v1_service.yaml | ||
- overlay/sts_v1_service.yaml | ||
|
||
patches: | ||
- target: | ||
group: apps | ||
version: v1 | ||
kind: Deployment | ||
name: console | ||
namespace: minio-operator | ||
patch: |- | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsGroup | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsUser | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsNonRoot | ||
- target: | ||
group: apps | ||
version: v1 | ||
kind: Deployment | ||
name: minio-operator | ||
namespace: minio-operator | ||
patch: |- | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsGroup | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsUser | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsNonRoot | ||
- patch: |- | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsGroup | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsUser | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsNonRoot | ||
target: | ||
group: apps | ||
kind: Deployment | ||
name: console | ||
namespace: minio-operator | ||
version: v1 | ||
- patch: |- | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsGroup | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsUser | ||
- op: remove | ||
path: /spec/template/spec/containers/0/securityContext/runAsNonRoot | ||
target: | ||
group: apps | ||
kind: Deployment | ||
name: minio-operator | ||
namespace: minio-operator | ||
version: v1 | ||
- path: overlay/minio-operator-deployment.yaml | ||
- path: overlay/console-deployment.yaml | ||
- path: overlay/console_v1_service.yaml | ||
- path: overlay/sts_v1_service.yaml | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | ||
|
||
resources: | ||
- sts-app | ||
- sts-app |
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
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
Oops, something went wrong.