-
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.
Merge pull request #68 from premiscale/PASS-16
PASS-16: new helm testing
- Loading branch information
Showing
15 changed files
with
227 additions
and
74 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ version: 2.1 | |
|
||
|
||
orbs: | ||
general: premiscale/general@1.0.13 | ||
general: premiscale/general@1.1.1 | ||
|
||
|
||
workflows: | ||
|
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,7 +2,7 @@ version: 2.1 | |
|
||
|
||
orbs: | ||
general: premiscale/general@1.0.13 | ||
general: premiscale/general@1.1.1 | ||
|
||
|
||
executors: | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -21,3 +21,4 @@ | |
.idea/ | ||
*.tmproj | ||
.vscode/ | ||
_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,127 @@ | ||
{ | ||
"apiVersion": "apiextensions.k8s.io/v1", | ||
"kind": "CustomResourceDefinition", | ||
"metadata": { | ||
"name": "passsecrets.secrets.premiscale.com" | ||
}, | ||
"spec": { | ||
"group": "secrets.premiscale.com", | ||
"scope": "Namespaced", | ||
"names": { | ||
"kind": "PassSecret", | ||
"listKind": "PassSecretList", | ||
"plural": "passsecrets", | ||
"singular": "passsecret" | ||
}, | ||
"versions": [ | ||
{ | ||
"name": "v1alpha1", | ||
"deprecated": false, | ||
"served": true, | ||
"storage": true, | ||
"additionalPrinterColumns": [ | ||
{ | ||
"name": "Secret Name", | ||
"type": "string", | ||
"jsonPath": ".spec.managedSecret.name" | ||
}, | ||
{ | ||
"name": "Secret Namespace", | ||
"type": "string", | ||
"jsonPath": ".spec.managedSecret.namespace" | ||
}, | ||
{ | ||
"name": "Secret Type", | ||
"type": "string", | ||
"jsonPath": ".spec.managedSecret.type" | ||
}, | ||
{ | ||
"name": "Age", | ||
"type": "date", | ||
"jsonPath": ".metadata.creationTimestamp" | ||
} | ||
], | ||
"schema": { | ||
"openAPIV3Schema": { | ||
"x-kubernetes-embedded-resource": true, | ||
"description": "PassSecret is the schema for the PassOperator API.", | ||
"type": "object", | ||
"properties": { | ||
"apiVersion": { | ||
"description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values. More info:\n\nhttps://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources\n", | ||
"type": "string" | ||
}, | ||
"kind": { | ||
"description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated. In CamelCase. More info:\n\nhttps://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\n", | ||
"type": "string" | ||
}, | ||
"metadata": { | ||
"type": "object" | ||
}, | ||
"spec": { | ||
"description": "PassSecretSpec defines the desired state of a PassSecret.", | ||
"type": "object", | ||
"properties": { | ||
"encryptedData": { | ||
"description": "Data to be contained in the secret.\n", | ||
"type": "object", | ||
"minProperties": 1, | ||
"additionalProperties": { | ||
"type": "string" | ||
} | ||
}, | ||
"managedSecret": { | ||
"description": "Configure the managed Kubernetes secret object's fields.", | ||
"type": "object", | ||
"properties": { | ||
"name": { | ||
"description": "Name of the Kubernetes Secret object to create.", | ||
"type": "string" | ||
}, | ||
"namespace": { | ||
"description": "Namespace in which to create the Kubernetes secret.", | ||
"type": "string" | ||
}, | ||
"type": { | ||
"description": "Kubernetes Secret type to create.", | ||
"type": "string", | ||
"default": "Opaque", | ||
"enum": [ | ||
"Opaque", | ||
"kubernetes.io/service-account-token", | ||
"kubernetes.io/dockercfg", | ||
"kubernetes.io/dockerconfigjson", | ||
"kubernetes.io/basic-auth", | ||
"kubernetes.io/ssh-auth", | ||
"kubernetes.io/tls", | ||
"bootstrap.kubernetes.io/token" | ||
] | ||
}, | ||
"immutable": { | ||
"description": "Optionally configure whether the destination secret should be immutable.\nThis will raise warnings in the operator's log output as the managed\nsecret will have to be deleted prior to the operator being able to\nupdate it. This is also a bit of an anti-pattern.\n", | ||
"type": "boolean", | ||
"default": false | ||
} | ||
}, | ||
"required": [ | ||
"name", | ||
"namespace" | ||
] | ||
} | ||
}, | ||
"required": [ | ||
"encryptedData", | ||
"managedSecret" | ||
] | ||
}, | ||
"status": { | ||
"description": "Current state of the PassSecret on the Kubernetes cluster.", | ||
"type": "object" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} |
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.