-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Configure test cluster to use LOKI from observability cluster #342
Conversation
bb2c0be
to
c431d92
Compare
9061855
to
f80ab7a
Compare
apiVersion: external-secrets.io/v1beta1 | ||
kind: ExternalSecret | ||
metadata: | ||
name: openshift-logging-lokistack-gateway-bearer-token | ||
namespace: openshift-logging | ||
spec: | ||
dataFrom: | ||
- extract: | ||
# Command to extract the JSON pull secret: oc extract secret/pull-secret -n openshift-config --to=- | ||
key: nerc/nerc-ocp-obs/lokistack-gateway-bearer-token |
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.
Let's remove this ExternalSecret in logging/overlays/nerc-ocp-obs
because the LokiStack will create it.
patches: | ||
- path: externalsecrets/openshift-logging-lokistack-gateway-bearer-token_patch.yaml |
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.
Let's remove this patch to logging/overlays/nerc-ocp-test because the LokiStack will create this secret.
9bfbe70
to
ca8d6ed
Compare
ca8d6ed
to
e884423
Compare
fixes nerc-project/operations#324
Referring to nerc-project/operations#324