-
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 irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz
irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/README.md irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/main.yaml irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/values.schema.json
- Loading branch information
1 parent
c7cd02d
commit e925ce3
Showing
5 changed files
with
217 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 not shown.
5 changes: 5 additions & 0 deletions
5
irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.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,5 @@ | ||
[![CircleCI](https://circleci.com/gh/giantswarm/irsa-operator.svg?style=shield)](https://circleci.com/gh/giantswarm/irsa-operator) | ||
|
||
# IAM Roles for Service Accounts Operator | ||
|
||
TBD |
12 changes: 12 additions & 0 deletions
12
irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.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,12 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/main.yaml | ||
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/README.md | ||
application.giantswarm.io/team: phoenix | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz-meta/values.schema.json | ||
config.giantswarm.io/version: 1.x.x | ||
chartApiVersion: v1 | ||
chartFile: irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.tgz | ||
dateCreated: '2024-12-30T12:45:03.476971Z' | ||
digest: 0b8a175963249d572d55e7528e854a631292392f432123e386c661ce3e03bfca | ||
home: https://github.com/giantswarm/irsa-operator | ||
icon: https://s.giantswarm.io/app-icons/aws/2/dark.svg |
183 changes: 183 additions & 0 deletions
183
irsa-operator-0.30.0-57e653befa9ac0b9835fa337ee76204734fbd9e3.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,183 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"properties": { | ||
"aws": { | ||
"type": "object", | ||
"properties": { | ||
"accessKeyID": { | ||
"type": "string" | ||
}, | ||
"region": { | ||
"type": "string" | ||
}, | ||
"secretAccessKey": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"capa": { | ||
"type": "boolean" | ||
}, | ||
"image": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
}, | ||
"tag": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"installation": { | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"legacy": { | ||
"type": "boolean" | ||
}, | ||
"maxConcurrentReconciles": { | ||
"type": "integer", | ||
"default": 4 | ||
}, | ||
"pod": { | ||
"type": "object", | ||
"properties": { | ||
"group": { | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"type": "integer" | ||
} | ||
} | ||
}, | ||
"user": { | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"type": "integer" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"podSecurityContext": { | ||
"type": "object", | ||
"properties": { | ||
"seccompProfile": { | ||
"type": "object", | ||
"properties": { | ||
"type": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"runAsNonRoot": { | ||
"type": "boolean", | ||
"default": true | ||
} | ||
} | ||
}, | ||
"project": { | ||
"type": "object", | ||
"properties": { | ||
"branch": { | ||
"type": "string" | ||
}, | ||
"commit": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"registry": { | ||
"type": "object", | ||
"properties": { | ||
"domain": { | ||
"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" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"securityContext": { | ||
"type": "object", | ||
"properties": { | ||
"allowPrivilegeEscalation": { | ||
"type": "boolean", | ||
"default": false | ||
}, | ||
"seccompProfile": { | ||
"type": "object", | ||
"properties": { | ||
"type": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"capabilities":{ | ||
"type": "object", | ||
"properties": { | ||
"drop": { | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
}, | ||
"default": ["ALL"] | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"podMonitor": { | ||
"type": "object", | ||
"properties": { | ||
"enabled": { | ||
"type": "boolean" | ||
} | ||
} | ||
}, | ||
"global": { | ||
"type": "object", | ||
"properties": { | ||
"podSecurityStandards": { | ||
"type": "object", | ||
"properties": { | ||
"enforced": { | ||
"type": "boolean" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |