-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v5.0.1 Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com> * Update docs/policybinding_crd.adoc Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com> * remove binary Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com> --------- Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com> Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com>
- Loading branch information
Showing
179 changed files
with
13,538 additions
and
282 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
7 changes: 7 additions & 0 deletions
7
bundles/certified-operators/5.0.1/manifests/console-env_v1_configmap.yaml
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,7 @@ | ||
apiVersion: v1 | ||
data: | ||
CONSOLE_PORT: "9090" | ||
CONSOLE_TLS_PORT: "9443" | ||
kind: ConfigMap | ||
metadata: | ||
name: console-env |
7 changes: 7 additions & 0 deletions
7
bundles/certified-operators/5.0.1/manifests/console-sa-secret_v1_secret.yaml
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,7 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
annotations: | ||
kubernetes.io/service-account.name: console-sa | ||
name: console-sa-secret | ||
type: kubernetes.io/service-account-token |
21 changes: 21 additions & 0 deletions
21
bundles/certified-operators/5.0.1/manifests/console_v1_service.yaml
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,21 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/instance: minio-operator | ||
app.kubernetes.io/name: operator | ||
name: console | ||
name: console | ||
spec: | ||
ports: | ||
- name: http | ||
port: 9090 | ||
targetPort: 0 | ||
- name: https | ||
port: 9443 | ||
targetPort: 0 | ||
selector: | ||
app: console | ||
status: | ||
loadBalancer: {} |
Oops, something went wrong.