We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the skeleton for the Keptn Application Controller inside the Keptn Operator and define the Keptn Application CRD.
The operator implemented in #2 shall be extended with support to control Keptn Application CRDs.
Draft example of the CRD to monitor:
apiVersion: keptn.sh/v1 kind: KeptnApplication metadata: name: my-super-cool-application spec: services: - name: infrastructure version: 4.0 - name: service-1 version: 1.0 - name: service-2 version: 2.0 depends: - type: service name: service-1 version: 1.0 - type: service name: infrastructure version: 4.0 pre-deployment: - sh.keptn.event.pre-deployment-test.triggered post-deployment: - sh.keptn.event.post-deployment-test.triggered
The text was updated successfully, but these errors were encountered:
thschue
RealAnna
odubajDT
Successfully merging a pull request may close this issue.
Goal
Create the skeleton for the Keptn Application Controller inside the Keptn Operator and define the Keptn Application CRD.
Technical Details
The operator implemented in #2 shall be extended with support to control Keptn Application CRDs.
Draft example of the CRD to monitor:
Acceptance Criteria
DoD
Dependencies
The text was updated successfully, but these errors were encountered: