-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf66…
…4e.tgz policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/README.md policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/main.yaml policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/values.schema.json
- Loading branch information
1 parent
c5326f2
commit 0f0e933
Showing
5 changed files
with
255 additions
and
1 deletion.
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
Binary file added
BIN
+4.33 KB
policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz
Binary file not shown.
70 changes: 70 additions & 0 deletions
70
...meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/README.md
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,70 @@ | ||
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/{APP-NAME}/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/{APP-NAME}/tree/main) | ||
|
||
[Read me after cloning this template (GS staff only)](https://handbook.giantswarm.io/docs/dev-and-releng/app-developer-processes/adding_app_to_appcatalog/) | ||
|
||
# {APP-NAME} chart | ||
|
||
Giant Swarm offers a {APP-NAME} App which can be installed in workload clusters. | ||
Here we define the {APP-NAME} chart with its templates and default configuration. | ||
|
||
**What is this app?** | ||
|
||
**Why did we add it?** | ||
|
||
**Who can use it?** | ||
|
||
## Installing | ||
|
||
There are several ways to install this app onto a workload cluster. | ||
|
||
- [Using GitOps to instantiate the App](https://docs.giantswarm.io/advanced/gitops/apps/) | ||
- [Using our web interface](https://docs.giantswarm.io/platform-overview/web-interface/app-platform/#installing-an-app). | ||
- By creating an [App resource](https://docs.giantswarm.io/use-the-api/management-api/crd/apps.application.giantswarm.io/) in the management cluster as explained in [Getting started with App Platform](https://docs.giantswarm.io/getting-started/app-platform/). | ||
|
||
## Configuring | ||
|
||
### values.yaml | ||
|
||
**This is an example of a values file you could upload using our web interface.** | ||
|
||
```yaml | ||
# values.yaml | ||
|
||
``` | ||
|
||
### Sample App CR and ConfigMap for the management cluster | ||
|
||
If you have access to the Kubernetes API on the management cluster, you could create | ||
the App CR and ConfigMap directly. | ||
|
||
Here is an example that would install the app to | ||
workload cluster `abc12`: | ||
|
||
```yaml | ||
# appCR.yaml | ||
|
||
``` | ||
|
||
```yaml | ||
# user-values-configmap.yaml | ||
|
||
``` | ||
|
||
See our [full reference on how to configure apps](https://docs.giantswarm.io/getting-started/app-platform/app-configuration/) for more details. | ||
|
||
## Compatibility | ||
|
||
This app has been tested to work with the following workload cluster release versions: | ||
|
||
- _add release version_ | ||
|
||
## Limitations | ||
|
||
Some apps have restrictions on how they can be deployed. | ||
Not following these limitations will most likely result in a broken deployment. | ||
|
||
- _add limitation_ | ||
|
||
## Credit | ||
|
||
- {APP HELM REPOSITORY} |
11 changes: 11 additions & 0 deletions
11
policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/main.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,11 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/main.yaml | ||
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/README.md | ||
application.giantswarm.io/team: shield | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/values.schema.json | ||
chartApiVersion: v2 | ||
chartFile: policy-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz | ||
dateCreated: '2024-12-30T22:28:42.104038Z' | ||
digest: b49e40c5ba91d692100216ab330f9c9475c343a1b63fe0f1a3b67345369db15c | ||
home: https://github.com/giantswarm/policy-meta-operator | ||
icon: https://s.giantswarm.io/app-icons/giantswarm/1/light.svg |
157 changes: 157 additions & 0 deletions
157
...-meta-operator-0.0.0-dd17a3f235a42dc54b5c26c02cb0fa6dc6bf664e.tgz-meta/values.schema.json
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,157 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"properties": { | ||
"containerSecurityContext": { | ||
"type": "object", | ||
"properties": { | ||
"allowPrivilegeEscalation": { | ||
"type": "boolean" | ||
}, | ||
"capabilities": { | ||
"type": "object", | ||
"properties": { | ||
"drop": { | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
}, | ||
"privileged": { | ||
"type": "boolean" | ||
}, | ||
"readOnlyRootFilesystem": { | ||
"type": "boolean" | ||
}, | ||
"runAsNonRoot": { | ||
"type": "boolean" | ||
}, | ||
"seccompProfile": { | ||
"type": "object", | ||
"properties": { | ||
"type": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"edgedb": { | ||
"type": "object", | ||
"properties": { | ||
"host": { | ||
"type": "string" | ||
}, | ||
"passwordSecret": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"port": { | ||
"type": "integer" | ||
}, | ||
"tlsSecret": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"user": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"global": { | ||
"type": "object", | ||
"properties": { | ||
"image": { | ||
"type": "object", | ||
"properties": { | ||
"registry": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"image": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
}, | ||
"pullPolicy": { | ||
"type": "string" | ||
}, | ||
"registry": { | ||
"type": "string" | ||
}, | ||
"tag": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"name": { | ||
"type": "string" | ||
}, | ||
"podSecurityContext": { | ||
"type": "object", | ||
"properties": { | ||
"runAsGroup": { | ||
"type": "integer" | ||
}, | ||
"runAsNonRoot": { | ||
"type": "boolean" | ||
}, | ||
"runAsUser": { | ||
"type": "integer" | ||
}, | ||
"seccompProfile": { | ||
"type": "object", | ||
"properties": { | ||
"type": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"resources": { | ||
"type": "object", | ||
"properties": { | ||
"limits": { | ||
"type": "object", | ||
"properties": { | ||
"cpu": { | ||
"type": "string" | ||
}, | ||
"memory": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"requests": { | ||
"type": "object", | ||
"properties": { | ||
"cpu": { | ||
"type": "string" | ||
}, | ||
"memory": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"serviceType": { | ||
"type": "string" | ||
} | ||
} | ||
} |