[
https://issues.jboss.org/browse/TEIIDSB-142?page=com.atlassian.jira.plugi...
]
Steven Hawkins commented on TEIIDSB-142:
----------------------------------------
Secret seems unnecessary? Is it really used?
It should be. It's not a good practice to show the connection information directly in
the crd.
teiid-openshift-examples enhancements
-------------------------------------
Key: TEIIDSB-142
URL:
https://issues.jboss.org/browse/TEIIDSB-142
Project: Teiid Spring Boot
Issue Type: Enhancement
Components: examples
Reporter: Bilgin Ibryam
Priority: Optional
While setting up the example
[
scenarios|https://github.com/teiid/teiid-openshift-examples/blob/master/r...]
the Secret seems unnecessary? Is it really used?
# CREATE SECRET TO CONNECT TO DATABASE (ADJUST TO YOUR VALUES)
oc create -f - <<EOF
apiVersion: v1
kind: Secret
metadata:
name: postgresql
type: Opaque
stringData:
database-user: user
database-name: sampledb
database-password: mypassword
EOF
Also the following steps can be shortened:
oc get pods
oc rsh postgres-xxxxx
to
oc rsh $(oc get pods -o name -l app=postgresql)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)