Uploaded image for project: 'Teiid Spring Boot'
  1. Teiid Spring Boot
  2. TEIIDSB-142

teiid-openshift-examples enhancements

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Optional Optional
    • None
    • None
    • examples
    • None

      While setting up the example scenarios the Secret seems unnecessary? Is it really used?

      1. 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)

            rhn-support-bibryam Bilgin Ibryam (Inactive)
            rhn-support-bibryam Bilgin Ibryam (Inactive)
            Archiver:
            rhn-support-adandapa Aitik Dandapat

              Created:
              Updated:
              Resolved:
              Archived: