-
Notifications
You must be signed in to change notification settings - Fork 17
update README,docs,helm-docs pre-commit,schema #14
Conversation
200bb5d
to
02cd6a2
Compare
@sabre1041 ptal - i've added sigstore/scaffold schema to include quay.io/securesign/images by default in all charts - also following the file structure of other supported helm-charts (backstage) |
f4ef4c8
to
79f0889
Compare
0672cb4
to
9e5b5b6
Compare
@sabre1041 @JasonPowr ptal |
c58b14c
to
a6a37fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few changes requested
3e7bd56
to
25a3c16
Compare
sign-verify.md
Outdated
# omit the '*.' | ||
export BASE_HOSTNAME=apps.something.something.openshiftapps.com | ||
oc get dns cluster -o jsonpath='{ .spec.baseDomain }' | ||
export BASE_HOSTNAME=apps.BASE_DOMAIN |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to align the variable OPENSHIFT_APPS_SUBDOMAIN
. And then just use a single OPENSHIFT_APPS_SUBDOMAIN=apps.$(oc get dns cluster -o jsonpath='{ .spec.baseDomain }')
>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, I was thinking that as well - will push that change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated - we'll want to also update the env variable in the cosign Dockerfile, I'll add that to the list of follow up TODOs Dockerfile/template - done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated in default values.yaml from cosign.BASE_DOMAIN
to cosign.appsSubdomain
92ce7b5
to
0b69809
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0b69809
to
d4b1214
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (this time for real)
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
Signed-off-by: Sally O'Malley <somalley@redhat.com>
d4b1214
to
868fea0
Compare
Signed-off-by: Sally O'Malley <somalley@redhat.com>
868fea0
to
9403c2b
Compare
* update README,docs,helm-docs pre-commit,schema * update README Signed-off-by: Sally O'Malley <somalley@redhat.com> * add root README * update quickstart doc * add chart-release tools and gh workflow Signed-off-by: Sally O'Malley <somalley@redhat.com> * add rekor secret to quickstart Signed-off-by: Sally O'Malley <somalley@redhat.com> * update README/docs * add clustermonitoring schema Signed-off-by: Sally O'Malley <somalley@redhat.com> * fulcio: set createcerts false * envsubst with OPENSHIFT_BASE_DOMAIN Signed-off-by: Sally O'Malley <somalley@redhat.com> * BASE_DOMAIN to APPS_SUBDOMAIN Signed-off-by: Sally O'Malley <somalley@redhat.com> * update to APPS_SUBDOMAIN in docs Signed-off-by: Sally O'Malley <somalley@redhat.com> * remove test file Signed-off-by: Sally O'Malley <somalley@redhat.com> * update README with monitoring Signed-off-by: Sally O'Malley <somalley@redhat.com> --------- Signed-off-by: Sally O'Malley <somalley@redhat.com>
This PR:
See:
.pre-commit-config.yaml
For follow-up: